diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-24 12:32:03 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-24 12:32:03 -0800 |
| commit | d96f56736e9696248584506f364ee31acf12ddc3 (patch) | |
| tree | 686fcd4c90f8849681e214aa0f0bef4127d8244e /scripts | |
| parent | d5e7a501e907f06ad1e8bb4ffdebce9a29179d2d (diff) | |
| download | vcpkg-d96f56736e9696248584506f364ee31acf12ddc3.tar.gz vcpkg-d96f56736e9696248584506f364ee31acf12ddc3.zip | |
Fix path to nuget.exe
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 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" |
