From a9be216efb7c031a42d503c7659a6e0a46c3317c Mon Sep 17 00:00:00 2001 From: Liryna Date: Sat, 14 Apr 2018 16:13:05 +0200 Subject: [PATCH] CI - Try fix Sonar for PR --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6570e152a..354ae1d99 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -158,7 +158,7 @@ choco install "msbuild-sonarqube-runner" -y if ($env:APPVEYOR_PULL_REQUEST_NUMBER) { - SonarScanner.MSBuild.exe begin /k:"dokany" /d:sonar.organization="dokan-dev" /d:sonar.cfamily.build-wrapper-output=bw-output /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="094fffbd08033725384e461957a76f13c7ff5682" /d:sonar.github.pullRequest=$env:APPVEYOR_PULL_REQUEST_NUMBER /d:sonar.github.repository=dokan-dev/dokany /d:sonar.github.oauth=$env:SonarQube + SonarScanner.MSBuild.exe begin /k:"dokany" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="094fffbd08033725384e461957a76f13c7ff5682" /d:"sonar.analysis.mode=preview" /d:sonar.github.pullRequest=$env:APPVEYOR_PULL_REQUEST_NUMBER /d:sonar.github.repository=dokan-dev/dokany /d:"sonar.github.oauth=$env:SonarQube" /d:sonar.organization="dokan-dev" /d:sonar.cfamily.build-wrapper-output=bw-output } else { SonarScanner.MSBuild.exe begin /k:"dokany" /v:$env:APPVEYOR_BUILD_VERSION /d:sonar.organization="dokan-dev" /d:sonar.cfamily.build-wrapper-output=bw-output /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="094fffbd08033725384e461957a76f13c7ff5682" }