Commit 4848460b authored by justcoding121's avatar justcoding121 Committed by justcoding121

update msbuild

parent be3ba72b
...@@ -56,7 +56,7 @@ Task Restore-Packages { ...@@ -56,7 +56,7 @@ Task Restore-Packages {
} }
Task Install-MSBuild { Task Install-MSBuild {
if(!(Test-Path "${env:ProgramFiles(x86)}\MSBuild\12.0\Bin\msbuild.exe")) if(!(Test-Path "${env:ProgramFiles(x86)}\MSBuild\14.0\Bin\msbuild.exe"))
{ {
cinst microsoft-build-tools -y cinst microsoft-build-tools -y
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment