mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[docs] Describe nugettimeout option in binarycaching (#19084)
This commit is contained in:
parent
2acd21e5e8
commit
f7c83acf48
@ -52,6 +52,7 @@ By default, zip-based archives will be cached at the first valid location of:
|
||||
| `files,<absolute 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 of the NuGet CLI. This config should specify `defaultPushSource` for uploads.
|
||||
| `nugettimeout,<seconds>` | Specifies a timeout for NuGet network operations; equivalent to the `-Timeout` parameter of the NuGet CLI.
|
||||
| `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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user