Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa Malenfant authored Jul 27, 2023
1 parent b3c90d4 commit a5d011e
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 @@ -45,4 +45,4 @@ jobs:
.\.sonar\scanner\dotnet-sonarscanner begin /k:"VirtualPhotonics_Vts.MonteCarlo" /o:"virtualphotonics" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.nunit.reportsPaths=TestResults/*.trx /d:sonar.cs.dotcover.reportsPaths=UnitTestCoverage.html
dotnet build Vts.MonteCarlo.sln /t:Rebuild /p:Configuration=Release
dotnet test Vts.MonteCarlo.sln -c:Release -l:"trx;LogFileName=TestResult.trx" --results-directory TestResults/
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 comments on commit a5d011e

Please sign in to comment.