File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,11 @@ stages:
17
17
- template : ../common/templates/stages/build-test-publish-repo.yml
18
18
parameters :
19
19
linuxAmdBuildJobTimeout : 210
20
+ ${{ if eq(variables['System.TeamProject'], 'public') }} :
21
+ linuxAmdBuildPool : " NetCorePublic-Pool"
22
+ linuxAmdBuildQueue : " BuildPool.Ubuntu.1604.Amd64.Open"
23
+ ${{ if eq(variables['System.TeamProject'], 'internal') }} :
24
+ linuxAmdBuildPool : " NetCoreInternal-Pool"
25
+ linuxAmdBuildQueue : " BuildPool.Ubuntu.1604.Amd64"
20
26
customBuildInitSteps :
21
27
- template : /eng/pipelines/steps/install-cross-build-prereqs.yml
Original file line number Diff line number Diff line change @@ -22,5 +22,11 @@ stages:
22
22
- template : ../common/templates/stages/build-test-publish-repo.yml
23
23
parameters :
24
24
linuxAmdBuildJobTimeout : 150
25
+ ${{ if eq(variables['System.TeamProject'], 'public') }} :
26
+ linuxAmdBuildPool : " NetCorePublic-Pool"
27
+ linuxAmdBuildQueue : " BuildPool.Ubuntu.1604.Amd64.Open"
28
+ ${{ if eq(variables['System.TeamProject'], 'internal') }} :
29
+ linuxAmdBuildPool : " NetCoreInternal-Pool"
30
+ linuxAmdBuildQueue : " BuildPool.Ubuntu.1604.Amd64"
25
31
customBuildInitSteps :
26
32
- template : /eng/pipelines/steps/install-cross-build-prereqs.yml
You can’t perform that action at this time.
0 commit comments