Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 8a4b284

Browse files
authored
Redo (#533)
1 parent 5abf1cb commit 8a4b284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ stages:
6868
- job: Windows
6969
pool:
7070
${{ if eq(variables['System.TeamProject'], 'public') }}:
71-
name: NetCore1ESPool-Public
71+
name: NetCore1ESPool-Svc-Public
7272
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017.Open
7373
${{ if ne(variables['System.TeamProject'], 'public') }}:
74-
name: NetCore1ESPool-Internal
74+
name: NetCore1ESPool-Svc-Internal
7575
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017
7676
variables:
7777
- name: _HelixBuildConfig

0 commit comments

Comments
 (0)