Skip to content

Commit 87d2c99

Browse files
committed
Removes tests from sonar execution
1 parent 62ec624 commit 87d2c99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/Build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ else
163163

164164
exec { & dotnet build $libraryOnlySolutionPath -c Release }
165165

166-
dotnet test -c Release -s "$($env:APPVEYOR_BUILD_FOLDER)\coverletArgs.runsettings" -r "$($env:APPVEYOR_BUILD_FOLDER)\TestResults\"
166+
#dotnet test -c Release -s "$($env:APPVEYOR_BUILD_FOLDER)\coverletArgs.runsettings" -r "$($env:APPVEYOR_BUILD_FOLDER)\TestResults\"
167167

168-
exec { & reportgenerator "-reports:$($env:APPVEYOR_BUILD_FOLDER)\TestResults\*\*.xml" "-targetdir:$($env:APPVEYOR_BUILD_FOLDER)\TestResults\" "-reporttypes:SonarQube" }
168+
#exec { & reportgenerator "-reports:$($env:APPVEYOR_BUILD_FOLDER)\TestResults\*\*.xml" "-targetdir:$($env:APPVEYOR_BUILD_FOLDER)\TestResults\" "-reporttypes:SonarQube" }
169169

170170
exec { & dotnet sonarscanner end /d:sonar.login="$env:sonartoken" }
171171

0 commit comments

Comments
 (0)