Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Perovich <alperovi@microsoft.com>2022-09-01 04:03:25 +0300
committerAlex Perovich <alperovi@microsoft.com>2022-09-01 04:03:25 +0300
commit3cedf166780f6f9208ab0750472864ad3b080c4d (patch)
treeb3a5902f2ffed7a5b16df9e618621eeb88b9c27b
parent6d870477addb3475db363aeb5c6e77771ba6f129 (diff)
Update public pool namesrelease/2.1-publicPoolNames
-rw-r--r--.azure/pipelines/jobs/default-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure/pipelines/jobs/default-build.yml b/.azure/pipelines/jobs/default-build.yml
index 2b0b01cfd3..6a2384c9f5 100644
--- a/.azure/pipelines/jobs/default-build.yml
+++ b/.azure/pipelines/jobs/default-build.yml
@@ -78,7 +78,7 @@ jobs:
vmImage: ubuntu-18.04
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'Windows')) }}:
${{ if eq(variables['System.TeamProject'], 'public') }}:
- name: NetCore1ESPool-Svc-Public
+ name: NetCore-Svc-Public
demands: ImageOverride -equals Build.Server.Amd64.VS2019.Open
${{ if ne(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Svc-Internal