File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 163163
164164exec { & 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
170170exec { & dotnet sonarscanner end / d:sonar.login= " $env: sonartoken " }
171171
You can’t perform that action at this time.
0 commit comments