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 2615d04 commit 6d08442Copy full SHA for 6d08442
1 file changed
scripts/Build.ps1
@@ -145,6 +145,7 @@ if ($env:APPVEYOR_PULL_REQUEST_NUMBER -ne $null)
145
/d:sonar.pullrequest.key="$env:APPVEYOR_PULL_REQUEST_NUMBER " `
146
/d:sonar.pullrequest.provider="GitHub" `
147
/d:sonar.pullrequest.github.repository="$env:APPVEYOR_REPO_NAME" `
148
+ }
149
#/d:sonar.coverageReportPaths="$($env:APPVEYOR_BUILD_FOLDER)\testresults\SonarQube.xml" }
150
}
151
else
@@ -156,6 +157,7 @@ else
156
157
/d:sonar.sources="$($env:APPVEYOR_BUILD_FOLDER)\src\HodStudio.EntityFrameworkDiffLog" `
158
/d:sonar.host.url="https://sonarcloud.io" `
159
/version:"$completeVersion" `
160
161
162
163
0 commit comments