diff options
Diffstat (limited to 'scripts/azure-pipelines')
| -rw-r--r-- | scripts/azure-pipelines/linux/azure-pipelines.yml | 3 | ||||
| -rw-r--r-- | scripts/azure-pipelines/osx/azure-pipelines.yml | 2 | ||||
| -rw-r--r-- | scripts/azure-pipelines/windows/azure-pipelines.yml | 3 |
3 files changed, 8 insertions, 0 deletions
diff --git a/scripts/azure-pipelines/linux/azure-pipelines.yml b/scripts/azure-pipelines/linux/azure-pipelines.yml index df5cceda6..83ef7e27c 100644 --- a/scripts/azure-pipelines/linux/azure-pipelines.yml +++ b/scripts/azure-pipelines/linux/azure-pipelines.yml @@ -14,6 +14,9 @@ jobs: value: /mnt/vcpkg-ci
- name: VCPKG_DOWNLOADS
value: /mnt/vcpkg-ci/downloads
+ - group: azblob-test-sas-group
+ - name: X_VCPKG_ASSET_SOURCES
+ value: "x-azurl,$(azblob-root-url),$(azblob-test-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 6f327c1e9..19612c3cc 100644 --- a/scripts/azure-pipelines/osx/azure-pipelines.yml +++ b/scripts/azure-pipelines/osx/azure-pipelines.yml @@ -17,6 +17,8 @@ jobs: - group: osx-2021-04-16
- name: BINARY_SOURCE_STUB
value: "x-azblob,$(azblob-root-url),$(azblob-test-sas)"
+ - name: X_VCPKG_ASSET_SOURCES
+ value: "x-azurl,$(azblob-root-url),$(azblob-test-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 f7d52656a..c6aefcd2b 100644 --- a/scripts/azure-pipelines/windows/azure-pipelines.yml +++ b/scripts/azure-pipelines/windows/azure-pipelines.yml @@ -14,6 +14,9 @@ jobs: value: D:\
- name: VCPKG_DOWNLOADS
value: D:\downloads
+ - group: azblob-test-sas-group
+ - name: X_VCPKG_ASSET_SOURCES
+ value: "x-azurl,$(azblob-root-url),$(azblob-test-sas),readwrite"
steps:
- task: PowerShell@2
|
