File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 33#
44
55variables :
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
You can’t perform that action at this time.
0 commit comments