Commit de3c7d86 authored by justcoding121's avatar justcoding121

update msbuild

parent f2ba6aec
......@@ -56,7 +56,7 @@ Task Restore-Packages {
}
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
}
......
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