aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/azure-pipelines/windows-unstable/job.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/azure-pipelines/windows-unstable/job.yml b/scripts/azure-pipelines/windows-unstable/job.yml
index d440ef7fa..93690e957 100644
--- a/scripts/azure-pipelines/windows-unstable/job.yml
+++ b/scripts/azure-pipelines/windows-unstable/job.yml
@@ -14,6 +14,9 @@ jobs:
value: D:\
- name: VCPKG_DOWNLOADS
value: D:\downloads
+ - group: vcpkg-asset-caching-credentials
+ - name: X_VCPKG_ASSET_SOURCES
+ value: "x-azurl,$(root-url),$(sas),readwrite"
steps:
- task: DownloadBuildArtifacts@0