Skip to content

Commit

Permalink
CI - Try fix Sonar for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Apr 14, 2018
1 parent d137fd5 commit a9be216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit a9be216

Please sign in to comment.