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 /toolsrc/include | |
| 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 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/vcpkgpaths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg/vcpkgpaths.h b/toolsrc/include/vcpkg/vcpkgpaths.h index 90ab3c58d..08efc9541 100644 --- a/toolsrc/include/vcpkg/vcpkgpaths.h +++ b/toolsrc/include/vcpkg/vcpkgpaths.h @@ -20,6 +20,7 @@ namespace vcpkg static const std::string MAVEN = "mvn"; static const std::string CMAKE = "cmake"; static const std::string GIT = "git"; + static const std::string MONO = "mono"; static const std::string NINJA = "ninja"; static const std::string NUGET = "nuget"; static const std::string IFW_INSTALLER_BASE = "ifw_installerbase"; |
