From f7c83acf486c572d7b1ebe5894dc83bca4f5faef Mon Sep 17 00:00:00 2001 From: Eric Kilmer Date: Fri, 23 Jul 2021 16:35:23 -0400 Subject: [docs] Describe nugettimeout option in binarycaching (#19084) --- docs/users/binarycaching.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/users/binarycaching.md') 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,[,]` | 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) -- cgit v1.2.3