Commit 1169dacc authored by justcoding121's avatar justcoding121

fix build script

parent b768722e
......@@ -54,7 +54,7 @@ Task Restore-Packages {
}
Task Install-MSBuild {
if(!(Test-Path $MSBuild14))
if(!(Test-Path $MSBuild))
{
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