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 bcafaf3 commit 467df57Copy full SHA for 467df57
.vsts-ci.yml
@@ -114,7 +114,12 @@ stages:
114
- job: Ubuntu
115
displayName: Ubuntu
116
pool:
117
- vmImage: ubuntu-latest
+ ${{ 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
123
strategy:
124
matrix:
125
${{ if in(variables['Build.Reason'], 'PullRequest') }}:
0 commit comments