diff options
| author | ras0219 <robertallenschumacher@gmail.com> | 2020-06-26 12:16:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-26 12:16:02 -0700 |
| commit | 91e798afd899f84654f25e3d7f5beb276c6bd5af (patch) | |
| tree | fcc620a5c63d3523c03c9c30c56188b13276b5a5 /scripts | |
| parent | 7ebb42a4d9d8b384bc3128dd571ec9bba8cdd599 (diff) | |
| download | vcpkg-91e798afd899f84654f25e3d7f5beb276c6bd5af.tar.gz vcpkg-91e798afd899f84654f25e3d7f5beb276c6bd5af.zip | |
[vcpkg] Implementation of --x-binarysource=nuget (and friends) (#12058)
* [vcpkg] Initial implementation of --x-binarysource=nuget
* [vcpkg] Remove double-double quoting of CMake arguments
* [vcpkg] Update nuget.exe to 5.5.1 to support Azure DevOps Artifacts
* [vcpkg] Enable batching of NuGet server calls with prefetch(). Add `interactive` binarysource.
* [vcpkg] Add `nugetconfig` binary source
* [vcpkg] Short circuit querying remote NuGet servers once all refs are found
* [vcpkg] Add experimental help for binary caching
* [vcpkg] Improved NuGet cache package descriptions and version formatting
* [vcpkg] Rename `CmdLineBuilder::build()` to extract()
* [vcpkg-help] Ascii-betize help topics
* [vcpkg] Add tests for cmdlinebuilder. Improve handling of quotes and slashes.
* [vcpkg] Addressing code review comments
* [vcpkg] Add tests for vcpkg::reformat_version()
* [vcpkg] Added test for vcpkg::generate_nuspec()
* [vcpkg] Add tests for vcpkg::XmlSerializer
* [vcpkg] Addressed code review comment
* [vcpkg] Add test for vcpkg::Strings::find_first_of
* [vcpkg] Fix machine-specific paths in test for vcpkg::generate_nuspec()
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/vcpkgTools.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/vcpkgTools.xml b/scripts/vcpkgTools.xml index 0c50f6da5..738c27e2c 100644 --- a/scripts/vcpkgTools.xml +++ b/scripts/vcpkgTools.xml @@ -60,10 +60,10 @@ <sha512>f477842d0cebefcd6bf9c6d536ab8ea20ec5b0aa967ee963ab6a101aeff9df8742ca600d35f39e2e7158d76d8231f1ed2bef6104dce84d2bf8d6b07d17d706a1</sha512> </tool> <tool name="nuget" os="windows"> - <version>4.8.1</version> + <version>5.5.1</version> <exeRelativePath>nuget.exe</exeRelativePath> - <url>https://dist.nuget.org/win-x86-commandline/v4.8.1/nuget.exe</url> - <sha512>42cb744338af8decc033a75bce5b4c4df28e102bafc45f9a8ba86d7bc010f5b43ebacae80d7b28c4f85ac900eefc2a349620ae65f27f6ca1c21c53b63b92924b</sha512> + <url>https://dist.nuget.org/win-x86-commandline/v5.5.1/nuget.exe</url> + <sha512>22ea847d8017cd977664d0b13c889cfb13c89143212899a511be217345a4e243d4d8d4099700114a11d26a087e83eb1a3e2b03bdb5e0db48f10403184cd26619</sha512> </tool> <tool name="installerbase" os="windows"> <version>3.1.81</version> |
