From d2717c38db071506b13f9b0afb41a96e92bf6959 Mon Sep 17 00:00:00 2001 From: Billy Robert ONeal III Date: Wed, 30 Jun 2021 00:51:32 -0700 Subject: [vcpkg internal] Update compiler test scripts to use asset caching. --- scripts/azure-pipelines/windows-unstable/job.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') 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 -- cgit v1.2.3