Update to NetCore pool for CI
This commit is contained in:
parent
e93e74c7a7
commit
d8fdbc2231
1 changed files with 6 additions and 1 deletions
|
@ -78,7 +78,12 @@ stages:
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
pool:
|
pool:
|
||||||
name: Hosted Ubuntu 1604
|
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||||
|
name: NetCorePublic-Pool
|
||||||
|
queue: BuildPool.Ubuntu.1604.Amd64.Open
|
||||||
|
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||||
|
name: NetCoreInternal-Pool
|
||||||
|
queue: BuildPool.Ubuntu.1604.Amd64
|
||||||
timeoutInMinutes: 180
|
timeoutInMinutes: 180
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in a new issue