Skip to content

Commit 6494588

Browse files
committed
Merge branch 'wtgodbe/FixNuget' of https://github.com/aspnet/BuildTools into wtgodbe/FixNuget
2 parents ef86076 + 364908e commit 6494588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/templates/jobs/default-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ jobs:
8383
${{ if ne(variables['System.TeamProject'], 'public') }}:
8484
name: NetCore1ESPool-Svc-Internal
8585
${{ if eq(variables['System.TeamProject'], 'public') }}:
86-
name: NetCore1ESPool-Svc
86+
name: NetCore-Svc-Public
8787
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'Windows')) }}:
8888
image: windows.vs2019.amd64
8989
os: windows
9090
${{ if ne(variables['System.TeamProject'], 'public') }}:
9191
name: NetCore1ESPool-Svc-Internal
9292
${{ if eq(variables['System.TeamProject'], 'public') }}:
93-
name: NetCore1ESPool-Svc
93+
name: NetCore-Svc-Public
9494
variables:
9595
AgentOsName: ${{ parameters.agentOs }}
9696
ASPNETCORE_TEST_LOG_MAXPATH: "200" # Keep test log file name length low enough for artifact zipping

0 commit comments

Comments
 (0)