Skip to content

Commit

Permalink
CI - Update Sonar PR Token
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Apr 14, 2018
1 parent c60725b commit d3232de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Expand Up @@ -6,8 +6,8 @@
secure: 0SPcT7MZEWl9NsqpKSOoLBCfqx/KVDAte5+xvbRremg=
AccessTokenDokanDoc:
secure: 1JpCwgUIFUddCeF/nvSRQxb309YpVnHvN/Sd5DLRQCQPTSv/YZVv7CspelmBGSua
SonarQube:
secure: rsTIRF/yC+XA6mzPhhirLFD9ieImvi89yLdwwRhEQC2nZCyW/aKGMmF/aCOZiYQ3
SonarQubeAuthGithub:
secure: hD2ilzDuQmDaAhqSC0kTm3ra6uHBwmcwHT8b6bMPX3D07MJ2wAjP9/jk6frEiN9A
global:
DOKAN_CI_CACHE: C:\dokan_ci_cache
CYG_CACHE: '%DOKAN_CI_CACHE%\cygwin'
Expand Down 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.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
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:SonarQubeAuthGithub" /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 d3232de

Please sign in to comment.