aboutsummaryrefslogtreecommitdiff
path: root/docs/users/binarycaching.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users/binarycaching.md')
-rw-r--r--docs/users/binarycaching.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/users/binarycaching.md b/docs/users/binarycaching.md
index f646ad789..0e2ea19cb 100644
--- a/docs/users/binarycaching.md
+++ b/docs/users/binarycaching.md
@@ -130,6 +130,10 @@ Next, you will need to create a feed for your project; see the [Azure DevOps Art
variables:
- name: VCPKG_BINARY_SOURCES
value: 'clear;nuget,<FEED_URL>,readwrite'
+
+steps:
+# Remember to add this task to allow vcpkg to upload archives via NuGet
+- task: NuGetAuthenticate@0
```
If you are using custom agents with a non-Windows OS, you will need to install Mono to run `nuget.exe` (`apt install mono-complete`, `brew install mono`, etc).