diff options
| author | Billy Robert ONeal III <bion@microsoft.com> | 2021-06-30 00:51:32 -0700 |
|---|---|---|
| committer | Billy Robert ONeal III <bion@microsoft.com> | 2021-06-30 00:51:32 -0700 |
| commit | d2717c38db071506b13f9b0afb41a96e92bf6959 (patch) | |
| tree | dc286c554b782bc1cae4b9aef5c0ee8ec62e616d /scripts | |
| parent | c482408411c875135023ef6ebf645e823233bbbb (diff) | |
| download | vcpkg-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.yml | 3 |
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
|
