|
|
@ -46,7 +46,7 @@ jobs: |
|
|
# source-build builds run in Docker, including the default managed platform. |
|
|
# source-build builds run in Docker, including the default managed platform. |
|
|
pool: |
|
|
pool: |
|
|
${{ if eq(variables['System.TeamProject'], 'public') }}: |
|
|
${{ if eq(variables['System.TeamProject'], 'public') }}: |
|
|
name: NetCore1ESPool-Public |
|
|
name: NetCore-Public |
|
|
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open |
|
|
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open |
|
|
${{ if eq(variables['System.TeamProject'], 'internal') }}: |
|
|
${{ if eq(variables['System.TeamProject'], 'internal') }}: |
|
|
name: NetCore1ESPool-Internal |
|
|
name: NetCore1ESPool-Internal |
|
|
|