aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap.ps1
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-01-25 14:46:00 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2018-01-25 14:46:00 -0800
commita8a20f1a1338ecc5ebb0575135b820b06479ae15 (patch)
treea583031c0bb87b0d48cb2d5ffa6ecd9bb82a5032 /scripts/bootstrap.ps1
parent7722798ecb3a49b46f494058c58ff41d9e31d2c4 (diff)
downloadvcpkg-a8a20f1a1338ecc5ebb0575135b820b06479ae15.tar.gz
vcpkg-a8a20f1a1338ecc5ebb0575135b820b06479ae15.zip
VcpkgInvokeCommand: remove paramter $wait
Diffstat (limited to 'scripts/bootstrap.ps1')
-rw-r--r--scripts/bootstrap.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1
index bf1dcba8e..a50d0dde1 100644
--- a/scripts/bootstrap.ps1
+++ b/scripts/bootstrap.ps1
@@ -55,8 +55,8 @@ try
"/m",
"dirs.proj") -join " "
- # vcpkgInvokeCommandClean cmd "/c echo %PATH%" -wait:$true
- vcpkgInvokeCommandClean $msbuildExe $arguments -wait:$true
+ # vcpkgInvokeCommandClean cmd "/c echo %PATH%"
+ vcpkgInvokeCommandClean $msbuildExe $arguments
if ($LASTEXITCODE -ne 0)
{