Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa Malenfant authored Sep 14, 2023
1 parent 31183d8 commit c9f5baa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,5 @@ jobs:
run: |
.\.sonar\scanner\dotnet-sonarscanner begin /k:"VirtualPhotonics_Vts" /o:"virtualphotonics" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.vscoveragexml.reportsPaths=coverage.xml
dotnet build src\VtsLibrary.sln /t:Rebuild /p:Configuration=Release
dotnet test src\VtsLibrary.sln -c:Release -l "console;verbosity=quiet"
dotnet-coverage collect 'dotnet test src\VtsLibrary.sln' -f xml -o 'coverage.xml'
dotnet-coverage collect 'dotnet test src\VtsLibrary.sln -c:Release' -f xml -o 'coverage.xml'
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 comments on commit c9f5baa

Please sign in to comment.