diff options
| author | ras0219 <robertallenschumacher@gmail.com> | 2020-07-01 12:18:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-01 12:18:37 -0700 |
| commit | 5a9d8011f5c3a954b74d66dc452074e95c90d7db (patch) | |
| tree | 654991478095a1912d1ad4b2da9092e02c2c5254 /scripts | |
| parent | 428df4c7d6c0718170fadb1d07edbfd996ec1103 (diff) | |
| download | vcpkg-5a9d8011f5c3a954b74d66dc452074e95c90d7db.tar.gz vcpkg-5a9d8011f5c3a954b74d66dc452074e95c90d7db.zip | |
[vcpkg] Enable NuGet-based binary caching via mono (#12170)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/vcpkgTools.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/vcpkgTools.xml b/scripts/vcpkgTools.xml index 738c27e2c..4caad6119 100644 --- a/scripts/vcpkgTools.xml +++ b/scripts/vcpkgTools.xml @@ -65,6 +65,18 @@ <url>https://dist.nuget.org/win-x86-commandline/v5.5.1/nuget.exe</url> <sha512>22ea847d8017cd977664d0b13c889cfb13c89143212899a511be217345a4e243d4d8d4099700114a11d26a087e83eb1a3e2b03bdb5e0db48f10403184cd26619</sha512> </tool> + <tool name="nuget" os="linux"> + <version>5.5.1</version> + <exeRelativePath>nuget.exe</exeRelativePath> + <url>https://dist.nuget.org/win-x86-commandline/v5.5.1/nuget.exe</url> + <sha512>22ea847d8017cd977664d0b13c889cfb13c89143212899a511be217345a4e243d4d8d4099700114a11d26a087e83eb1a3e2b03bdb5e0db48f10403184cd26619</sha512> + </tool> + <tool name="nuget" os="osx"> + <version>5.5.1</version> + <exeRelativePath>nuget.exe</exeRelativePath> + <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> <exeRelativePath>QtInstallerFramework-win-x86\bin\installerbase.exe</exeRelativePath> |
