diff --git a/docs/users/binarycaching.md b/docs/users/binarycaching.md index 0e2ea19cb54a49..b058a6bf63c21f 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,[,]` | Adds a custom file-based location | `nuget,[,]` | Adds a NuGet-based source; equivalent to the `-Source` parameter of the NuGet CLI | `nugetconfig,[,]` | Adds a NuGet-config-file-based source; equivalent to the `-Config` parameter of the NuGet CLI. This config should specify `defaultPushSource` for uploads. +| `nugettimeout,` | Specifies a timeout for NuGet network operations; equivalent to the `-Timeout` parameter of the NuGet CLI. | `x-azblob,,[,]` | **Experimental: will change or be removed without warning**
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)