Skip to content

Commit da8867f

Browse files
authored
Update public pool names (#6995)
1 parent 520bf14 commit da8867f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Will eventually change this to two BYOC pools.
2929
# agent pool can't be read from a user-defined variable (Azure DevOps limitation)
3030
${{ if eq(variables['System.TeamProject'], 'public') }}:
31-
name: NetCore1ESPool-Svc-Public
31+
name: NetCore-Svc-Public
3232
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019.Open
3333
${{ if eq(variables['System.TeamProject'], 'internal') }}:
3434
name: NetCore1ESPool-Svc-Internal

0 commit comments

Comments
 (0)