Switch another leg to Ubuntu 18
This commit is contained in:
parent
564a442b9f
commit
669c89e00e
1 changed files with 2 additions and 2 deletions
|
@ -314,10 +314,10 @@ stages:
|
||||||
pool:
|
pool:
|
||||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||||
name: NetCore1ESPool-Svc-Public
|
name: NetCore1ESPool-Svc-Public
|
||||||
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64.Open
|
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
|
||||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||||
name: NetCore1ESPool-Svc-Internal
|
name: NetCore1ESPool-Svc-Internal
|
||||||
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64
|
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64
|
||||||
timeoutInMinutes: 180
|
timeoutInMinutes: 180
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in a new issue