Skip to content

Commit

Permalink
Move to -Svc pool provider in release branches (#13779)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattGal authored Aug 25, 2022
1 parent 83988e2 commit 3d99a9a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ stages:
- name: _SignType
value: Test
pool:
name: NetCore1ESPool-Public
name: NetCore1ESPool-Svc-Public
demands: ImageOverride -equals $(WindowsMachineQueueName)
timeoutInMinutes: 90
steps:
Expand Down Expand Up @@ -283,7 +283,7 @@ stages:
# WindowsMachineQueueName=Windows.vs2022.amd64.open
# and there is an alternate build definition that sets this to a queue that is always scouting the
# next preview of Visual Studio.
name: NetCore1ESPool-Public
name: NetCore1ESPool-Svc-Public
demands: ImageOverride -equals $(WindowsMachineQueueName)
timeoutInMinutes: 120
strategy:
Expand Down Expand Up @@ -337,7 +337,7 @@ stages:
# Mock official build
- job: MockOfficial
pool:
name: NetCore1ESPool-Public
name: NetCore1ESPool-Svc-Public
demands: ImageOverride -equals $(WindowsMachineQueueName)
steps:
- checkout: self
Expand Down Expand Up @@ -428,7 +428,7 @@ stages:
# End to end build
- job: EndToEndBuildTests
pool:
name: NetCore1ESPool-Public
name: NetCore1ESPool-Svc-Public
demands: ImageOverride -equals $(WindowsMachineQueueName)
steps:
- checkout: self
Expand All @@ -453,7 +453,7 @@ stages:
# Plain build Windows
- job: Plain_Build_Windows
pool:
name: NetCore1ESPool-Public
name: NetCore1ESPool-Svc-Public
demands: ImageOverride -equals $(WindowsMachineQueueName)
variables:
- name: _BuildConfig
Expand Down

0 comments on commit 3d99a9a

Please sign in to comment.