Skip to content

Commit

Permalink
Funct. for CI review.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrdek committed Oct 15, 2023
1 parent 215902b commit 8a0b15e
Showing 1 changed file 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_LinqDataCalc" /o:"chrdek" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
dotnet restore ./LinqDataCalc/ExporterUtility.sln
dotnet build ./LinqDataCalc/ExporterUtility.sln --configuration Release
dotnet build .\LinqDataCalc\LinqDataCalc.csproj /t:Rebuild /p:Configuration=Debug
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 comments on commit 8a0b15e

Please sign in to comment.