Skip to content

Commit

Permalink
Adding some files required
Browse files Browse the repository at this point in the history
  • Loading branch information
chrdek committed Oct 15, 2023
1 parent cabdb8e commit c4f7d5f
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
dotnet tool install --global dotnet-coverage
.\.sonar\scanner\dotnet-sonarscanner begin /k:"chrdek_linqpath_prerel" /o:"chrdek" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
dotnet restore ./linqpath_prerel/ExporterUtility.sln
dotnet build .\linqpath_prerel\LinqPath\LinqPath.csproj /t:Rebuild /p:Configuration=Debug
dotnet build ./LinqDataCalc/ExporterUtility.sln --configuration Debug
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
Binary file added .vs/ExporterUtility/DesignTimeBuild/.dtbcache
Binary file not shown.
Binary file added .vs/ExporterUtility/v15/.suo
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit c4f7d5f

Please sign in to comment.