aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-01-24 12:32:03 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-01-24 12:32:03 -0800
commitd96f56736e9696248584506f364ee31acf12ddc3 (patch)
tree686fcd4c90f8849681e214aa0f0bef4127d8244e /scripts
parentd5e7a501e907f06ad1e8bb4ffdebce9a29179d2d (diff)
downloadvcpkg-d96f56736e9696248584506f364ee31acf12ddc3.tar.gz
vcpkg-d96f56736e9696248584506f364ee31acf12ddc3.zip
Fix path to nuget.exe
Diffstat (limited to 'scripts')
-rw-r--r--scripts/findVisualStudioInstallationInstances.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/findVisualStudioInstallationInstances.ps1 b/scripts/findVisualStudioInstallationInstances.ps1
index 1cb78fa9e..241b05bc1 100644
--- a/scripts/findVisualStudioInstallationInstances.ps1
+++ b/scripts/findVisualStudioInstallationInstances.ps1
@@ -11,7 +11,7 @@ $vcpkgRootDir = & $scriptsDir\findFileRecursivelyUp.ps1 $scriptsDir .vcpkg-root
$downloadsDir = "$vcpkgRootDir\downloads"
& $scriptsDir\fetchDependency.ps1 "nuget"
-$nugetexe = "$downloadsDir\nuget.exe"
+$nugetexe = "$downloadsDir\nuget-3.5.0\nuget.exe"
$nugetPackageDir = "$downloadsDir\nuget-packages"
$SetupAPIVersion = "1.3.269-rc"