Browse Source

Switch to 1ES R&D poools on main (#1193)

pull/1203/head
Jon Fortescue 5 years ago
committed by GitHub
parent
commit
0ce940de6d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      azure-pipelines.yml

8
azure-pipelines.yml

@ -46,11 +46,11 @@ stages:
- job: Windows
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCorePublic-Pool
queue: BuildPool.Server.Amd64.VS2019.Open
name: NetCore1ESPool-Public
demands: ImageOverride -equals Build.Server.Amd64.VS2019.Open
${{ if ne(variables['System.TeamProject'], 'public') }}:
name: NetCoreInternal-Pool
queue: BuildPool.Server.Amd64.VS2019
name: NetCore1ESPool-Internal
demands: ImageOverride -equals Build.Server.Amd64.VS2019
variables:

Loading…
Cancel
Save