From ae5b1cf41bfa74b88be6438076afe2fdc10608cb Mon Sep 17 00:00:00 2001 From: Julian Xhokaxhiu Date: Tue, 6 Jul 2021 22:37:15 +0200 Subject: [binarycaching.md] Improve Azure DevOps example (#18807) Add a missing, but required task for Azure DevOps Pipelines, to automatically authenticate against the Artifacts registry. This should help any vcpkg newcomer to integrate easily. --- docs/users/binarycaching.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/users/binarycaching.md') 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,,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). -- cgit v1.2.3