aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBilly Robert ONeal III <bion@microsoft.com>2021-06-30 00:51:32 -0700
committerBilly Robert ONeal III <bion@microsoft.com>2021-06-30 00:51:32 -0700
commitd2717c38db071506b13f9b0afb41a96e92bf6959 (patch)
treedc286c554b782bc1cae4b9aef5c0ee8ec62e616d /scripts
parentc482408411c875135023ef6ebf645e823233bbbb (diff)
downloadvcpkg-d2717c38db071506b13f9b0afb41a96e92bf6959.tar.gz
vcpkg-d2717c38db071506b13f9b0afb41a96e92bf6959.zip
[vcpkg internal] Update compiler test scripts to use asset caching.
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