File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ if ($env:APPVEYOR_PULL_REQUEST_NUMBER -ne $null)
145145 / d:sonar.pullrequest.key= " $env: APPVEYOR_PULL_REQUEST_NUMBER " `
146146 / d:sonar.pullrequest.provider= " GitHub" `
147147 / d:sonar.pullrequest.github.repository= " $env: APPVEYOR_REPO_NAME " `
148- / d:sonar.coverageReportPaths= " $ ( $env: APPVEYOR_BUILD_FOLDER ) \testresults\SonarQube.xml" }
148+ # /d:sonar.coverageReportPaths="$($env:APPVEYOR_BUILD_FOLDER)\testresults\SonarQube.xml" }
149149}
150150else
151151{
156156 / d:sonar.sources= " $ ( $env: APPVEYOR_BUILD_FOLDER ) \src\HodStudio.EntityFrameworkDiffLog" `
157157 / d:sonar.host.url= " https://sonarcloud.io" `
158158 / version:" $completeVersion " `
159- / d:sonar.coverageReportPaths= " $ ( $env: APPVEYOR_BUILD_FOLDER ) \testresults\SonarQube.xml" }
159+ # /d:sonar.coverageReportPaths="$($env:APPVEYOR_BUILD_FOLDER)\testresults\SonarQube.xml" }
160160}
161161
162162exec { & dotnet build $libraryOnlySolutionPath - c Release }
You can’t perform that action at this time.
0 commit comments