0
0
mirror of https://github.com/microsoft/vcpkg.git synced 2025-01-17 13:32:38 +08:00
This commit is contained in:
Billy Robert O'Neal III 2020-04-22 02:47:03 -07:00
parent f9321f8d08
commit 9256735ad5
2 changed files with 3 additions and 3 deletions
scripts/azure-pipelines

@ -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:

@ -5,7 +5,7 @@
jobs:
- job: ${{ parameters.jobName }}
pool:
name: PrWin-2020-04-21-1
name: PrWin-2020-04-22
variables:
triplet: '${{ parameters.triplet }}'