We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021ec68 commit 20841e8Copy full SHA for 20841e8
.vsts-ci.yml
@@ -115,11 +115,11 @@ stages:
115
displayName: Ubuntu
116
pool:
117
${{ if eq(variables['System.TeamProject'], 'public') }}:
118
- name: NetCore1ESPool-Public
119
- demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
+ name: NetCore1ESPool-Svc-Public
+ demands: ImageOverride -equals 1es-ubuntu-2004-open
120
${{ if eq(variables['System.TeamProject'], 'internal') }}:
121
- name: NetCore1ESPool-Internal
122
- demands: ImageOverride -equals Build.Ubuntu.1804.Amd64
+ name: NetCore1ESPool-Svc-Internal
+ demands: ImageOverride -equals 1es-ubuntu-2004
123
strategy:
124
matrix:
125
${{ if in(variables['Build.Reason'], 'PullRequest') }}:
0 commit comments