Skip to content

Commit 18642f0

Browse files
committed
Update CI to use Scanner for MSBuild 3.0.2
1 parent 829c8f3 commit 18642f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function testExitCode(){
88
}
99

1010
#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"
11+
$url = "https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/3.0.2.656/sonar-scanner-msbuild-3.0.2.656.zip"
1212
$output = ".\sonar-scanner-msbuild.zip"
1313
Invoke-WebRequest -Uri $url -OutFile $output
1414
unzip -o .\sonar-scanner-msbuild.zip

0 commit comments

Comments
 (0)