Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit f3459d4

Browse files
committed
build fix
1 parent fb7fd08 commit f3459d4

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
@@ -29,7 +29,7 @@ if($Branch -eq "beta" ) { $Version = "$Version-beta" }
2929

3030
$NuGet = Join-Path $RepoRoot ".nuget\nuget.exe"
3131

32-
$MSBuild = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\msbuild.exe"
32+
$MSBuild = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\2019\Community\MSBuild\16.0\Bin\msbuild.exe"
3333
$MSBuild -replace ' ', '` '
3434

3535
FormatTaskName (("-"*25) + "[{0}]" + ("-"*25))

0 commit comments

Comments
 (0)