Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
CI - Update SonarScannerMsBuild
  • Loading branch information
Liryna committed May 30, 2023
1 parent ddc9eae commit ce8b822
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 @@ -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"
Expand Down

0 comments on commit ce8b822

Please sign in to comment.