Skip to content

Commit 3d99a9a

Browse files
authored
Move to -Svc pool provider in release branches (#13779)
1 parent 83988e2 commit 3d99a9a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

azure-pipelines.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ stages:
210210
- name: _SignType
211211
value: Test
212212
pool:
213-
name: NetCore1ESPool-Public
213+
name: NetCore1ESPool-Svc-Public
214214
demands: ImageOverride -equals $(WindowsMachineQueueName)
215215
timeoutInMinutes: 90
216216
steps:
@@ -283,7 +283,7 @@ stages:
283283
# WindowsMachineQueueName=Windows.vs2022.amd64.open
284284
# and there is an alternate build definition that sets this to a queue that is always scouting the
285285
# next preview of Visual Studio.
286-
name: NetCore1ESPool-Public
286+
name: NetCore1ESPool-Svc-Public
287287
demands: ImageOverride -equals $(WindowsMachineQueueName)
288288
timeoutInMinutes: 120
289289
strategy:
@@ -337,7 +337,7 @@ stages:
337337
# Mock official build
338338
- job: MockOfficial
339339
pool:
340-
name: NetCore1ESPool-Public
340+
name: NetCore1ESPool-Svc-Public
341341
demands: ImageOverride -equals $(WindowsMachineQueueName)
342342
steps:
343343
- checkout: self
@@ -428,7 +428,7 @@ stages:
428428
# End to end build
429429
- job: EndToEndBuildTests
430430
pool:
431-
name: NetCore1ESPool-Public
431+
name: NetCore1ESPool-Svc-Public
432432
demands: ImageOverride -equals $(WindowsMachineQueueName)
433433
steps:
434434
- checkout: self
@@ -453,7 +453,7 @@ stages:
453453
# Plain build Windows
454454
- job: Plain_Build_Windows
455455
pool:
456-
name: NetCore1ESPool-Public
456+
name: NetCore1ESPool-Svc-Public
457457
demands: ImageOverride -equals $(WindowsMachineQueueName)
458458
variables:
459459
- name: _BuildConfig

0 commit comments

Comments
 (0)