diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2016-04-11 14:27:32 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2016-04-11 16:08:38 +0200 |
commit | ea7aefed7960719825584238ce311d4db71d0cae (patch) | |
tree | e83e33d5e32b4a9b62491de4b8cf578bff602f12 /appveyor.ps1 | |
parent | e87f05efbc57e816503f74811bde44859c8f009b (diff) | |
download | sonar-scanner-cli-ea7aefed7960719825584238ce311d4db71d0cae.tar.gz sonar-scanner-cli-ea7aefed7960719825584238ce311d4db71d0cae.zip |
SQSCANNER-7 SQSCANNER-6 Deprecate sonar-runner and SONAR_RUNNER_OPTS
And replace by sonar-scanner and SONAR_SCANNER_OPTS
Diffstat (limited to 'appveyor.ps1')
-rw-r--r-- | appveyor.ps1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.ps1 b/appveyor.ps1 index 7885abf..c3fa1d9 100644 --- a/appveyor.ps1 +++ b/appveyor.ps1 @@ -113,6 +113,8 @@ CALLSTACK:$(Get-PSCallStack | Out-String) } } +BuildSnapshot "SonarSource/sonar-scanner-api" + switch ($env:RUN) { "ci" |