Skip to content
This repository was archived by the owner on Apr 21, 2021. It is now read-only.

Commit 105cf52

Browse files
committed
update msbuild
1 parent 9a74208 commit 105cf52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.build/default.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Import-Module "$Here\Common" -DisableNameChecking
2727

2828
$NuGet = Join-Path $SolutionRoot ".nuget\nuget.exe"
2929

30-
$MSBuild ="${env:ProgramFiles(x86)}\MSBuild\12.0\Bin\msbuild.exe"
30+
$MSBuild ="${env:ProgramFiles(x86)}\MSBuild\14.0\Bin\msbuild.exe"
3131

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

@@ -52,7 +52,7 @@ Task Restore-Packages {
5252
}
5353

5454
Task Install-MSBuild {
55-
if(!(Test-Path "${env:ProgramFiles(x86)}\MSBuild\12.0\Bin\msbuild.exe"))
55+
if(!(Test-Path "${env:ProgramFiles(x86)}\MSBuild\14.0\Bin\msbuild.exe"))
5656
{
5757
cinst microsoft-build-tools -y
5858
}

0 commit comments

Comments
 (0)