diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2020-11-18 12:21:23 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-18 12:21:23 -0800 |
| commit | 5c48bee4519267e565d5cc550a8618a91f47961d (patch) | |
| tree | 4e075a04e20117913f8949f443ab706ecf36db6b /docs/users/binarycaching.md | |
| parent | 2018406edbe323bcf13a19cc131a08bc3eca18d9 (diff) | |
| download | vcpkg-5c48bee4519267e565d5cc550a8618a91f47961d.tar.gz vcpkg-5c48bee4519267e565d5cc550a8618a91f47961d.zip | |
[vcpkg] Add experimental x-azblob binary provider (#13626)
* [vcpkg] Add experimental x-azblob binary provider
* [vcpkg] Test azblob storage provider in CI
* [vcpkg] Address some CR comments from #13639
* [vcpkg] Fixup azure-pipelines
* [vcpkg] Fix regression where the downloaded package is purged before decompressing
* [vcpkg] Further refactor vcpkg::Downloads
* [vcpkg] Enable OSX for x-azblob testing
* [vcpkg] Reduce diff against master
* [vcpkg] Extract Downloads::details::split_uri_view
* [vcpkg] Address PR comments
* [vcpkg] Add testing and metrics for x-azblob
* [vcpkg] Add docs for x-azblob
This includes a note that it is currently experimental
* [vcpkg] Address CR comments
* [vcpkg] Revert pipeline changes except OSX to minimize disruption
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'docs/users/binarycaching.md')
| -rw-r--r-- | docs/users/binarycaching.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users/binarycaching.md b/docs/users/binarycaching.md index 3798fbde7..c3fb98a4f 100644 --- a/docs/users/binarycaching.md +++ b/docs/users/binarycaching.md @@ -108,7 +108,8 @@ By default, zip-based archives will be cached at the first valid location of: | `default[,<rw>]` | Adds the default file-based location | `files,<path>[,<rw>]` | Adds a custom file-based location | `nuget,<uri>[,<rw>]` | Adds a NuGet-based source; equivalent to the `-Source` parameter of the NuGet CLI -| `nugetconfig,<path>[,<rw>]` | Adds a NuGet-config-file-based source; equivalent to the `-Config` parameter <br>of the NuGet CLI. This config should specify `defaultPushSource` for uploads. +| `nugetconfig,<path>[,<rw>]` | Adds a NuGet-config-file-based source; equivalent to the `-Config` parameter of the NuGet CLI. This config should specify `defaultPushSource` for uploads. +| `x-azblob,<baseuri>,<sas>[,<rw>]` | **Experimental: will change or be removed without warning**<br> Adds an Azure Blob Storage source. Uses Shared Access Signature validation. URL should include the container path. | `interactive` | Enables interactive credential management for NuGet (for debugging; requires `--debug` on the command line) The `<rw>` optional parameter for certain sources controls whether they will be consulted for |
