We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfa38e5 + da8867f commit 8016325Copy full SHA for 8016325
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