Skip to content

Commit 20841e8

Browse files
committed
update Ubuntu to 20.04
1 parent 021ec68 commit 20841e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vsts-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ stages:
115115
displayName: Ubuntu
116116
pool:
117117
${{ if eq(variables['System.TeamProject'], 'public') }}:
118-
name: NetCore1ESPool-Public
119-
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
118+
name: NetCore1ESPool-Svc-Public
119+
demands: ImageOverride -equals 1es-ubuntu-2004-open
120120
${{ if eq(variables['System.TeamProject'], 'internal') }}:
121-
name: NetCore1ESPool-Internal
122-
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64
121+
name: NetCore1ESPool-Svc-Internal
122+
demands: ImageOverride -equals 1es-ubuntu-2004
123123
strategy:
124124
matrix:
125125
${{ if in(variables['Build.Reason'], 'PullRequest') }}:

0 commit comments

Comments
 (0)