Skip to content

Commit 97cb71f

Browse files
hallvictoriaVictoria Hall
andauthored
fixed pools for official build (#1527)
Co-authored-by: Victoria Hall <[email protected]>
1 parent e87a31a commit 97cb71f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/templates/official/jobs/build-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
jobs:
22
- job: Build_WINDOWS_X64
33
pool:
4-
name: 1es-pool-azfunc-public
4+
name: 1es-pool-azfunc
55
image: 1es-windows-2022
66
os: windows
77
strategy:
@@ -36,7 +36,7 @@ jobs:
3636
artifactName: '$(pythonVersion)_WINDOWS_X64'
3737
- job: Build_WINDOWS_X86
3838
pool:
39-
name: 1es-pool-azfunc-public
39+
name: 1es-pool-azfunc
4040
image: 1es-windows-2022
4141
os: windows
4242
strategy:

0 commit comments

Comments
 (0)