diff options
| author | Billy O'Neal <bion@microsoft.com> | 2021-06-29 13:47:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-29 13:47:39 -0700 |
| commit | 75beef03d64893d685ec09346147965ee92e1f3f (patch) | |
| tree | d691264f9be951be6d96d2462bd31267c4d13b60 /scripts/azure-pipelines/linux | |
| parent | 8573c7002e01107e7ddd6ff19b4adc56ce3269a9 (diff) | |
| download | vcpkg-75beef03d64893d685ec09346147965ee92e1f3f.tar.gz vcpkg-75beef03d64893d685ec09346147965ee92e1f3f.zip | |
Update vcpkg tool to resolve leak of the asset cache token (#18720)
Diffstat (limited to 'scripts/azure-pipelines/linux')
| -rw-r--r-- | scripts/azure-pipelines/linux/azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/azure-pipelines/linux/azure-pipelines.yml b/scripts/azure-pipelines/linux/azure-pipelines.yml index 83ef7e27c..0c126d886 100644 --- a/scripts/azure-pipelines/linux/azure-pipelines.yml +++ b/scripts/azure-pipelines/linux/azure-pipelines.yml @@ -14,9 +14,9 @@ jobs: value: /mnt/vcpkg-ci
- name: VCPKG_DOWNLOADS
value: /mnt/vcpkg-ci/downloads
- - group: azblob-test-sas-group
+ - group: vcpkg-asset-caching-credentials
- name: X_VCPKG_ASSET_SOURCES
- value: "x-azurl,$(azblob-root-url),$(azblob-test-sas),readwrite"
+ value: "x-azurl,$(root-url),$(sas),readwrite"
steps:
- bash: df -h
|
