aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBilly Robert O'Neal III <bion@microsoft.com>2020-04-22 02:47:03 -0700
committerBilly Robert O'Neal III <bion@microsoft.com>2020-04-22 02:47:03 -0700
commit9256735ad53773438c412d61aa72e10094d2fd9b (patch)
tree6444c1fa2ccdd3bd056d7d58c9b2007c4da567bd /scripts
parentf9321f8d08f2dfb5ac7263a79231b29204fd42d0 (diff)
downloadvcpkg-9256735ad53773438c412d61aa72e10094d2fd9b.tar.gz
vcpkg-9256735ad53773438c412d61aa72e10094d2fd9b.zip
WIP
Diffstat (limited to 'scripts')
-rw-r--r--scripts/azure-pipelines/azure-pipelines.yml4
-rw-r--r--scripts/azure-pipelines/windows/azure-pipelines.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/azure-pipelines/azure-pipelines.yml b/scripts/azure-pipelines/azure-pipelines.yml
index c6c8a49f0..c5aefb60a 100644
--- a/scripts/azure-pipelines/azure-pipelines.yml
+++ b/scripts/azure-pipelines/azure-pipelines.yml
@@ -7,11 +7,11 @@ variables:
stages:
- stage: Clean_Tombstones
displayName: 'Clean Tombstones'
- pool:
- name: PrWin-2020-04-21-1
jobs:
- job:
displayName: 'Clean Tombstones'
+ pool:
+ name: PrWin-2020-04-22
condition: eq(variables['clean-tombstones'], 'true')
timeoutInMinutes: 10
steps:
diff --git a/scripts/azure-pipelines/windows/azure-pipelines.yml b/scripts/azure-pipelines/windows/azure-pipelines.yml
index 1913f0c9b..9a7f01e7b 100644
--- a/scripts/azure-pipelines/windows/azure-pipelines.yml
+++ b/scripts/azure-pipelines/windows/azure-pipelines.yml
@@ -5,7 +5,7 @@
jobs:
- job: ${{ parameters.jobName }}
pool:
- name: PrWin-2020-04-21-1
+ name: PrWin-2020-04-22
variables:
triplet: '${{ parameters.triplet }}'