[release/6.0.1xx-rc2] Migrate to 1ES hosted pools (#12056)
This commit is contained in:
parent
e68cea7f97
commit
3435ea263c
3 changed files with 23 additions and 23 deletions
30
.vsts-ci.yml
30
.vsts-ci.yml
|
@ -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: NetCoreInternal-Pool
|
||||||
queue: buildpool.windows.10.amd64.vs2019
|
demands: ImageOverride -equals build.windows.10.amd64.vs2019
|
||||||
timeoutInMinutes: 180
|
timeoutInMinutes: 180
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -110,11 +110,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:
|
||||||
|
@ -139,11 +139,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:
|
||||||
|
@ -311,11 +311,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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue