Skip to content

Commit d201722

Browse files
authored
Merge pull request #5418 from jonfortescue/1esSvcPools31
Switch to 1ES servicing pools on release/3.1
2 parents ec42fc7 + 3bb7fa5 commit d201722

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ stages:
6868
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
6969
# agent pool can't be read from a user-defined variable (Azure DevOps limitation)
7070
pool:
71-
name: NetCoreInternal-Pool
72-
queue: buildpool.windows.10.amd64.vs2019.pre
71+
name: NetCore1ESPool-Svc-Internal
72+
demands: ImageOverride -equals build.windows.10.amd64.vs2019.pre
7373
# runAsPublic is used in expressions, which can't read from user-defined variables
7474
runAsPublic: false
7575

eng/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
# Will eventually change this to two BYOC pools.
2929
# agent pool can't be read from a user-defined variable (Azure DevOps limitation)
3030
${{ if eq(variables['System.TeamProject'], 'public') }}:
31-
name: NetCorePublic-Pool
32-
queue: BuildPool.Windows.10.Amd64.VS2019.Open
31+
name: NetCore1ESPool-Svc-Public
32+
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019.Open
3333
${{ if eq(variables['System.TeamProject'], 'internal') }}:
34-
name: NetCoreInternal-Pool
35-
queue: buildpool.windows.10.amd64.vs2019
34+
name: NetCore1ESPool-Svc-Internal
35+
demands: ImageOverride -equals build.windows.10.amd64.vs2019
3636
variables:
3737
# needed for signing
3838
- name: _TeamName

0 commit comments

Comments
 (0)