Skip to content

Commit 73833fd

Browse files
authored
Avoid broken NetCore1ES-Svc-Internal in more places (#12449)
1 parent 8828934 commit 73833fd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

azure-pipelines-official.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
#
44

55
variables:
6+
# Defines $(DncEngInternalBuildPool)
67
- template: /eng/common/templates-official/variables/pool-providers.yml@self
8+
79
- name: Build.Repository.Clean
810
value: true
911
- name: _TeamName
@@ -75,7 +77,7 @@ extends:
7577
autoBaseline: true
7678
sdl:
7779
sourceAnalysisPool:
78-
name: NetCore1ESPool-Internal
80+
name: $(DncEngInternalBuildPool)
7981
image: 1es-windows-2022
8082
os: windows
8183
policheck:
@@ -84,7 +86,7 @@ extends:
8486
enabled: true
8587
configFile: '$(Build.SourcesDirectory)/eng/TSAConfig.gdntsa'
8688
pool:
87-
name: NetCore1ESPool-Internal
89+
name: $(DncEngInternalBuildPool)
8890
image: windows.vs2022preview.amd64
8991
os: windows
9092
customBuildTags:
@@ -420,7 +422,7 @@ extends:
420422
- job: insert
421423
displayName: Insert to VS
422424
pool:
423-
name: NetCore1ESPool-Internal
425+
name: $(DncEngInternalBuildPool)
424426
demands: ImageOverride -equals windows.vs2022.amd64
425427
steps:
426428
- download: current

0 commit comments

Comments
 (0)