We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520bf14 commit da8867fCopy full SHA for da8867f
eng/pipeline.yml
@@ -28,7 +28,7 @@ jobs:
28
# Will eventually change this to two BYOC pools.
29
# agent pool can't be read from a user-defined variable (Azure DevOps limitation)
30
${{ if eq(variables['System.TeamProject'], 'public') }}:
31
- name: NetCore1ESPool-Svc-Public
+ name: NetCore-Svc-Public
32
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019.Open
33
${{ if eq(variables['System.TeamProject'], 'internal') }}:
34
name: NetCore1ESPool-Svc-Internal
0 commit comments