From 75beef03d64893d685ec09346147965ee92e1f3f Mon Sep 17 00:00:00 2001 From: Billy O'Neal Date: Tue, 29 Jun 2021 13:47:39 -0700 Subject: Update vcpkg tool to resolve leak of the asset cache token (#18720) --- scripts/azure-pipelines/linux/azure-pipelines.yml | 4 ++-- scripts/azure-pipelines/osx/azure-pipelines.yml | 3 ++- scripts/azure-pipelines/windows/azure-pipelines.yml | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'scripts/azure-pipelines') 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 diff --git a/scripts/azure-pipelines/osx/azure-pipelines.yml b/scripts/azure-pipelines/osx/azure-pipelines.yml index 19612c3cc..2e9f05d63 100644 --- a/scripts/azure-pipelines/osx/azure-pipelines.yml +++ b/scripts/azure-pipelines/osx/azure-pipelines.yml @@ -17,8 +17,9 @@ jobs: - group: osx-2021-04-16 - name: BINARY_SOURCE_STUB value: "x-azblob,$(azblob-root-url),$(azblob-test-sas)" + - 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 diff --git a/scripts/azure-pipelines/windows/azure-pipelines.yml b/scripts/azure-pipelines/windows/azure-pipelines.yml index a822888ab..ed5a0a405 100644 --- a/scripts/azure-pipelines/windows/azure-pipelines.yml +++ b/scripts/azure-pipelines/windows/azure-pipelines.yml @@ -14,9 +14,9 @@ jobs: value: D:\ - name: VCPKG_DOWNLOADS value: D:\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: - task: PowerShell@2 -- cgit v1.2.3