diff --git a/appveyor.yml b/appveyor.yml index 442ba3ba..2dd9571d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -186,7 +186,7 @@ cd sonar-scanner Invoke-WebRequest https://sonarcloud.io/static/cpp/build-wrapper-win-x86.zip -OutFile .\build-wrapper-win-x86.zip Exec-External { & 7z e .\build-wrapper-win-x86.zip } - Invoke-WebRequest https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/5.0.4.24009/sonar-scanner-msbuild-5.0.4.24009-net46.zip -OutFile .\sonar-scanner-msbuild.zip + Invoke-WebRequest https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/5.13.0.66756/sonar-scanner-msbuild-5.13.0.66756-net46.zip -OutFile .\sonar-scanner-msbuild.zip Exec-External { & 7z x .\sonar-scanner-msbuild.zip } $env:Path = "$((Get-Location).Path);" + $env:Path $env:JAVA_HOME = "C:\Program Files\Java\jdk15"