Switch to 1ES R&D pools on main

This commit is contained in:
Jon Fortescue 2021-10-04 11:11:05 -07:00
parent 56b47dce2c
commit f5c955d584
3 changed files with 24 additions and 24 deletions

View file

@ -53,11 +53,11 @@ stages:
agentOs: Windows_NT agentOs: Windows_NT
pool: pool:
${{ if eq(variables['System.TeamProject'], 'public') }}: ${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCorePublic-Pool name: NetCore1ESPool-Svc-Public
queue: buildpool.windows.10.amd64.vs2019.open demands: ImageOverride -equals build.windows.10.amd64.vs2019.open
${{ if eq(variables['System.TeamProject'], 'internal') }}: ${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCoreInternal-Pool name: NetCore1ESPool-Svc-Internal
queue: buildpool.windows.10.amd64.vs2019 demands: ImageOverride -equals build.windows.10.amd64.vs2019
timeoutInMinutes: 180 timeoutInMinutes: 180
strategy: strategy:
matrix: matrix:
@ -104,11 +104,11 @@ stages:
agentOs: Windows_NT agentOs: Windows_NT
pool: pool:
${{ if eq(variables['System.TeamProject'], 'public') }}: ${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCorePublic-Pool name: NetCore1ESPool-Svc-Public
queue: buildpool.windows.10.amd64.vs2019.open demands: ImageOverride -equals build.windows.10.amd64.vs2019.open
${{ if eq(variables['System.TeamProject'], 'internal') }}: ${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCoreInternal-Pool name: NetCore1ESPool-Svc-Internal
queue: buildpool.windows.10.amd64.vs2019 demands: ImageOverride -equals build.windows.10.amd64.vs2019
timeoutInMinutes: 180 timeoutInMinutes: 180
strategy: strategy:
matrix: matrix:
@ -133,11 +133,11 @@ stages:
agentOs: Linux agentOs: Linux
pool: pool:
${{ if eq(variables['System.TeamProject'], 'public') }}: ${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCorePublic-Pool name: NetCore1ESPool-Svc-Public
queue: BuildPool.Ubuntu.1604.Amd64.Open demands: ImageOverride -equals Build.Ubuntu.1604.Amd64.Open
${{ if eq(variables['System.TeamProject'], 'internal') }}: ${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCoreInternal-Pool name: NetCore1ESPool-Svc-Internal
queue: BuildPool.Ubuntu.1604.Amd64 demands: ImageOverride -equals Build.Ubuntu.1604.Amd64
timeoutInMinutes: 180 timeoutInMinutes: 180
strategy: strategy:
matrix: matrix:
@ -298,11 +298,11 @@ stages:
agentOs: Linux agentOs: Linux
pool: pool:
${{ if eq(variables['System.TeamProject'], 'public') }}: ${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCorePublic-Pool name: NetCore1ESPool-Svc-Public
queue: BuildPool.Ubuntu.1604.Amd64.Open demands: ImageOverride -equals Build.Ubuntu.1604.Amd64.Open
${{ if eq(variables['System.TeamProject'], 'internal') }}: ${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCoreInternal-Pool name: NetCore1ESPool-Svc-Internal
queue: BuildPool.Ubuntu.1604.Amd64 demands: ImageOverride -equals Build.Ubuntu.1604.Amd64
timeoutInMinutes: 180 timeoutInMinutes: 180
strategy: strategy:
matrix: matrix:

View file

@ -6,11 +6,11 @@ jobs:
displayName: Source-Build Create Tarball displayName: Source-Build Create Tarball
pool: pool:
${{ if eq(variables['System.TeamProject'], 'public') }}: ${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCorePublic-Pool name: NetCore1ESPool-Svc-Public
queue: BuildPool.Ubuntu.1604.Amd64.Open demands: ImageOverride -equals Build.Ubuntu.1604.Amd64.Open
${{ if eq(variables['System.TeamProject'], 'internal') }}: ${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCoreInternal-Pool name: NetCore1ESPool-Svc-Internal
queue: BuildPool.Ubuntu.1604.Amd64 demands: ImageOverride -equals Build.Ubuntu.1604.Amd64
variables: variables:
_BuildConfig: Release _BuildConfig: Release
workspace: workspace:

View file

@ -17,11 +17,11 @@ jobs:
dependsOn: ${{ parameters.dependsOn }} dependsOn: ${{ parameters.dependsOn }}
pool: pool:
${{ if eq(variables['System.TeamProject'], 'public') }}: ${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCorePublic-Pool name: NetCore1ESPool-Svc-Public
queue: BuildPool.Ubuntu.1604.Amd64.Open demands: ImageOverride -equals Build.Ubuntu.1604.Amd64.Open
${{ if eq(variables['System.TeamProject'], 'internal') }}: ${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCoreInternal-Pool name: NetCore1ESPool-Svc-Internal
queue: BuildPool.Ubuntu.1604.Amd64 demands: ImageOverride -equals Build.Ubuntu.1604.Amd64
strategy: strategy:
matrix: matrix:
Fedora33-Online: Fedora33-Online: