Commit 71881abf authored by justcoding121's avatar justcoding121

fix build script

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