File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ variables:
4141extends :
4242 template : v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
4343 parameters :
44- pool :
45- name : $(DncEngInternalBuildPool)
46- image : 1es-windows-2022-pt
47- os : windows
48-
4944 sdl :
45+ sourceAnalysisPool :
46+ name : $(DncEngInternalBuildPool)
47+ image : 1es-windows-2022
48+ os : windows
49+
5050 sourceRepositoriesToScan :
5151 exclude :
5252 - repository : vmr
@@ -59,6 +59,6 @@ extends:
5959 - stage : VMRSynchronization
6060 displayName : VMR Synchronization
6161 jobs :
62- - template : templates/jobs/vmr-synchronization.yml@self
62+ - template : /eng/pipelines/ templates/jobs/vmr-synchronization.yml@self
6363 parameters :
6464 vmrBranch : ${{ variables.VmrBranch }}
Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ variables:
4343extends :
4444 template : v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
4545 parameters :
46- pool :
47- name : $(DncEngInternalBuildPool)
48- image : 1es-windows-2022-pt
49- os : windows
50-
5146 sdl :
47+ sourceAnalysisPool :
48+ name : $(DncEngInternalBuildPool)
49+ image : 1es-windows-2022
50+ os : windows
51+
5252 sourceRepositoriesToScan :
5353 exclude :
5454 - repository : vmr
@@ -63,5 +63,4 @@ extends:
6363 jobs :
6464 - template : /eng/pipelines/templates/jobs/vmr-synchronization.yml@self
6565 parameters :
66- jobName : Synchronize_VMR
6766 vmrBranch : ${{ variables.VmrBranch }}
You can’t perform that action at this time.
0 commit comments