Skip to content

Commit 8907ff9

Browse files
authored
Merge pull request #5420 from jonfortescue/1esSvcPools60rc2
Switch to 1ES servicing pools on release/6.0-rc2
2 parents 9ad6b63 + 0257888 commit 8907ff9

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
@@ -72,8 +72,8 @@ stages:
7272
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
7373
# agent pool can't be read from a user-defined variable (Azure DevOps limitation)
7474
pool:
75-
name: NetCoreInternal-Pool
76-
queue: buildpool.windows.10.amd64.vs2019.pre
75+
name: NetCore1ESPool-Svc-Internal
76+
demands: ImageOverride -equals build.windows.10.amd64.vs2019.pre
7777
# runAsPublic is used in expressions, which can't read from user-defined variables
7878
runAsPublic: false
7979

eng/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
# Will eventually change this to two BYOC pools.
3535
# agent pool can't be read from a user-defined variable (Azure DevOps limitation)
3636
${{ if eq(variables['System.TeamProject'], 'public') }}:
37-
name: NetCorePublic-Pool
38-
queue: BuildPool.Windows.10.Amd64.VS2019.Pre.Open
37+
name: NetCore1ESPool-Svc-Public
38+
demands: ImageOverride -equals build.Windows.10.Amd64.VS2019.Pre.Open
3939
${{ if eq(variables['System.TeamProject'], 'internal') }}:
40-
name: NetCoreInternal-Pool
41-
queue: buildpool.windows.10.amd64.vs2019.pre
40+
name: NetCore1ESPool-Svc-Internal
41+
demands: ImageOverride -equals build.windows.10.amd64.vs2019.pre
4242
variables:
4343
# needed for signing
4444
- name: _TeamName

0 commit comments

Comments
 (0)