We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829c8f3 commit 18642f0Copy full SHA for 18642f0
build/build.ps1
@@ -8,7 +8,7 @@ function testExitCode(){
8
}
9
10
#download MSBuild
11
-$url = "https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/2.3.2.573/sonar-scanner-msbuild-2.3.2.573.zip"
+$url = "https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/3.0.2.656/sonar-scanner-msbuild-3.0.2.656.zip"
12
$output = ".\sonar-scanner-msbuild.zip"
13
Invoke-WebRequest -Uri $url -OutFile $output
14
unzip -o .\sonar-scanner-msbuild.zip
0 commit comments