Skip to content

Commit 467df57

Browse files
mmitchejonsequitur
authored andcommitted
Move to 1ES Pools
1 parent bcafaf3 commit 467df57

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vsts-ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,12 @@ stages:
114114
- job: Ubuntu
115115
displayName: Ubuntu
116116
pool:
117-
vmImage: ubuntu-latest
117+
${{ if eq(variables['System.TeamProject'], 'public') }}:
118+
name: NetCore1ESPool-Public
119+
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
120+
${{ if eq(variables['System.TeamProject'], 'internal') }}:
121+
name: NetCore1ESPool-Internal
122+
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64
118123
strategy:
119124
matrix:
120125
${{ if in(variables['Build.Reason'], 'PullRequest') }}:

0 commit comments

Comments
 (0)