aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Kilmer <eric.d.kilmer@gmail.com>2021-07-23 16:35:23 -0400
committerGitHub <noreply@github.com>2021-07-23 13:35:23 -0700
commitf7c83acf486c572d7b1ebe5894dc83bca4f5faef (patch)
tree8c483b5ede3d4b1e547b80005fdec1771d6df243 /docs
parent2acd21e5e8c089f17002ff60be8f16ec6b12e5eb (diff)
downloadvcpkg-f7c83acf486c572d7b1ebe5894dc83bca4f5faef.tar.gz
vcpkg-f7c83acf486c572d7b1ebe5894dc83bca4f5faef.zip
[docs] Describe nugettimeout option in binarycaching (#19084)
Diffstat (limited to 'docs')
-rw-r--r--docs/users/binarycaching.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/users/binarycaching.md b/docs/users/binarycaching.md
index 0e2ea19cb..b058a6bf6 100644
--- a/docs/users/binarycaching.md
+++ b/docs/users/binarycaching.md
@@ -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)