diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-16 19:13:10 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-16 19:13:10 -0800 |
| commit | d36b292ae2b7bfb92d7c03d6aa44bb2a74311c36 (patch) | |
| tree | f38bfa1c7a981da1574f6f72a9095192f387eb8e /scripts | |
| parent | 7b4cae57be4e42113b70fd755988623236a95bd7 (diff) | |
| download | vcpkg-d36b292ae2b7bfb92d7c03d6aa44bb2a74311c36.tar.gz vcpkg-d36b292ae2b7bfb92d7c03d6aa44bb2a74311c36.zip | |
Don't prompt for downloading nuget when finding VS instances
This means bootstrap no longer prompts
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/findVisualStudioInstallationInstances.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/findVisualStudioInstallationInstances.ps1 b/scripts/findVisualStudioInstallationInstances.ps1 index 9034ddfa8..8937c6fed 100644 --- a/scripts/findVisualStudioInstallationInstances.ps1 +++ b/scripts/findVisualStudioInstallationInstances.ps1 @@ -10,7 +10,7 @@ $vcpkgRootDir = & $scriptsDir\findFileRecursivelyUp.ps1 $scriptsDir .vcpkg-root $downloadsDir = "$vcpkgRootDir\downloads" -$nugetexe = & $scriptsDir\fetchDependency.ps1 "nuget" +$nugetexe = & $scriptsDir\fetchDependency.ps1 "nuget" 1 $nugetPackageDir = "$downloadsDir\nuget-packages" $SetupAPIVersion = "1.5.125-rc" |
