We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f7ad0 commit c5360eaCopy full SHA for c5360ea
1 file changed
scripts/Build.ps1
@@ -143,11 +143,11 @@ else
143
144
exec { & dotnet build $libraryOnlySolutionPath -c Release }
145
146
-dotnet test -c Release -s ".\coverletArgs.runsettings" -r ".\TestResults\"
+dotnet test -c Release -s "..\coverletArgs.runsettings" -r ".\TestResults\"
147
148
Get-ChildItem -Path "TestResults" | Resolve-Path -Relative
149
150
-exec { & reportgenerator "-reports:.\TestResults\*\*.xml" "-targetdir:TestResults\" "-reporttypes:SonarQube" }
+exec { & reportgenerator "-reports:..\TestResults\*\*.xml" "-targetdir:..\TestResults\" "-reporttypes:SonarQube" }
151
152
exec { & dotnet sonarscanner end /d:sonar.login="$env:sonartoken" }
153
0 commit comments