File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ Task("SonarBegin")
244
244
. Does ( ( ) => {
245
245
var coverageFilePath = MakeAbsolute ( new FilePath ( testCoverageOutputFile ) ) . FullPath ;
246
246
Information ( "Sonar: Test Coverage Output File: " + testCoverageOutputFile ) ;
247
- var arguments = "sonarscanner begin /k:\" " + sonarqubeProjectKey + "\" /v:\" " + nugetVersion + "\" /d:\" sonar.host.url=https://sonarcloud.io\" /d: \" sonar.organization=" + sonarqubeOrganisationKey + " \ " /d:\" sonar.login=" + sonarQubeLogin + "\" /d:sonar.cs.opencover.reportsPaths=\" " + coverageFilePath + "\" " ;
247
+ var arguments = "sonarscanner begin /k:\" " + sonarqubeProjectKey + "\" /v:\" " + nugetVersion + "\" /d:\" sonar.host.url=https://sonarcloud.io\" /o:" + sonarqubeOrganisationKey + " /d:\" sonar.login=" + sonarQubeLogin + "\" /d:sonar.cs.opencover.reportsPaths=\" " + coverageFilePath + "\" " ;
248
248
249
249
if ( sonarQubePreview ) {
250
250
Information ( "Sonar: Running Sonar on PR " + AppVeyor . Environment . PullRequest . Number ) ;
You can’t perform that action at this time.
0 commit comments