Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 00a4bae

Browse files
authored
Merge pull request #28206 from jonfortescue/1esSvcPools31
Switch to 1ES servicing pools on release/3.1
2 parents e1d86ce + b011f58 commit 00a4bae

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

eng/finalize-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
parameters:
1717
configuration: Release
1818
pool:
19-
name: NetCoreInternal-Pool
20-
queue: BuildPool.Windows.10.Amd64.VS2017
19+
name: NetCore1ESPool-Svc-Internal
20+
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017
2121
dependsOn: ${{ parameters.dependsOn }}
2222
publishUsingPipelines: true
2323
# Update dotnet/versions

eng/xplat-job.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343

4444
# Public Linux Build Pool
4545
${{ if and(eq(parameters.osGroup, 'Linux'), eq(variables['System.TeamProject'], 'public')) }}:
46-
name: NetCorePublic-Pool
47-
queue: BuildPool.Ubuntu.1604.Amd64.Open
46+
name: NetCore1ESPool-Svc-Public
47+
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64.Open
4848

4949
# Official Build Linux Pool
5050
${{ if and(eq(parameters.osGroup, 'Linux'), ne(variables['System.TeamProject'], 'public')) }}:
51-
name: NetCoreInternal-Pool
52-
queue: BuildPool.Ubuntu.1604.Amd64
51+
name: NetCore1ESPool-Svc-Internal
52+
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64
5353

5454
# FreeBSD builds only in the internal project
5555
${{ if and(eq(parameters.osGroup, 'FreeBSD'), ne(variables['System.TeamProject'], 'public')) }}:
@@ -65,13 +65,13 @@ jobs:
6565

6666
# Official Build Windows Pool
6767
${{ if and(eq(parameters.osGroup, 'Windows_NT'), ne(variables['System.TeamProject'], 'public')) }}:
68-
name: NetCoreInternal-Pool
69-
queue: BuildPool.Windows.10.Amd64.VS2017
68+
name: NetCore1ESPool-Svc-Internal
69+
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017
7070

7171
# Public Windows Build Pool
7272
${{ if and(eq(parameters.osGroup, 'Windows_NT'), eq(variables['System.TeamProject'], 'public')) }}:
73-
name: NetCorePublic-Pool
74-
queue: BuildPool.Windows.10.Amd64.VS2017.Open
73+
name: NetCore1ESPool-Svc-Public
74+
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017.Open
7575

7676
workspace:
7777
clean: all

0 commit comments

Comments
 (0)