Skip to content

Commit 8031e52

Browse files
authored
Switch to 1ES R&D pools on main (#754)
1 parent 91411fc commit 8031e52

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

azure-pipelines.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ stages:
4949
- job: Windows
5050
pool:
5151
${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
52-
name: NetCorePublic-Pool
53-
queue: BuildPool.Windows.10.Amd64.VS2017.Open
52+
name: NetCore1ESPool-Public
53+
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017.Open
5454
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
55-
name: NetCoreInternal-Pool
56-
queue: BuildPool.Windows.10.Amd64.VS2017
55+
name: NetCore1ESPool-Internal
56+
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017
5757
variables:
5858
# Only enable publishing in official builds
5959
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
@@ -129,11 +129,11 @@ stages:
129129
displayName: 'Linux'
130130
pool:
131131
${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
132-
name: NetCorePublic-Pool
133-
queue: BuildPool.Ubuntu.1604.Amd64.Open
132+
name: NetCore1ESPool-Public
133+
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64.Open
134134
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
135-
name: NetCoreInternal-Pool
136-
queue: BuildPool.Ubuntu.1604.Amd64
135+
name: NetCore1ESPool-Internal
136+
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64
137137
strategy:
138138
matrix:
139139
Debug:

0 commit comments

Comments
 (0)