Skip to content

Commit

Permalink
Switch to 1ES servicing pools on release/6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfortescue committed Sep 22, 2021
1 parent d0e5c8c commit cc2017f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ stages:
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
# agent pool can't be read from a user-defined variable (Azure DevOps limitation)
pool:
name: NetCoreInternal-Pool
queue: buildpool.windows.10.amd64.vs2019.pre
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals build.windows.10.amd64.vs2019.pre
# runAsPublic is used in expressions, which can't read from user-defined variables
runAsPublic: false

Expand Down
8 changes: 4 additions & 4 deletions eng/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
# Will eventually change this to two BYOC pools.
# agent pool can't be read from a user-defined variable (Azure DevOps limitation)
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCorePublic-Pool
queue: BuildPool.Windows.10.Amd64.VS2019.Pre.Open
name: NetCore1ESPool-Svc-Public
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019.Pre.Open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCoreInternal-Pool
queue: buildpool.windows.10.amd64.vs2019.pre
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals Build.windows.10.amd64.vs2019.pre
variables:
# needed for signing
- name: _TeamName
Expand Down

0 comments on commit cc2017f

Please sign in to comment.