aboutsummaryrefslogtreecommitdiff
path: root/scripts/internalCI.ps1
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-08-15 14:41:23 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-08-15 14:41:23 -0700
commitf4d11d7c9ea98007af88684db12de351b83bd976 (patch)
tree6bee2241388aaf0e0d191fe30317de16a321c09f /scripts/internalCI.ps1
parent3e0a1ddf7eb8273d8a0df8001569e7c1b2857d71 (diff)
downloadvcpkg-f4d11d7c9ea98007af88684db12de351b83bd976.tar.gz
vcpkg-f4d11d7c9ea98007af88684db12de351b83bd976.zip
Remove download prompts for cmake/git
The prompts were causing a lot of issues for users and especially CI builds
Diffstat (limited to 'scripts/internalCI.ps1')
-rw-r--r--scripts/internalCI.ps11
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/internalCI.ps1 b/scripts/internalCI.ps1
index 68c917f7a..67871acc1 100644
--- a/scripts/internalCI.ps1
+++ b/scripts/internalCI.ps1
@@ -1,7 +1,6 @@
$ErrorActionPreference = "Stop"
New-Item -type directory downloads -errorAction SilentlyContinue | Out-Null
-New-Item -type file downloads\AlwaysAllowDownloads -errorAction SilentlyContinue | Out-Null
./scripts/bootstrap.ps1
if (-not $?) { throw $? }