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:
41
41
extends :
42
42
template : v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
43
43
parameters :
44
- pool :
45
- name : $(DncEngInternalBuildPool)
46
- image : 1es-windows-2022-pt
47
- os : windows
48
-
49
44
sdl :
45
+ sourceAnalysisPool :
46
+ name : $(DncEngInternalBuildPool)
47
+ image : 1es-windows-2022
48
+ os : windows
49
+
50
50
sourceRepositoriesToScan :
51
51
exclude :
52
52
- repository : vmr
@@ -59,6 +59,6 @@ extends:
59
59
- stage : VMRSynchronization
60
60
displayName : VMR Synchronization
61
61
jobs :
62
- - template : templates/jobs/vmr-synchronization.yml@self
62
+ - template : /eng/pipelines/ templates/jobs/vmr-synchronization.yml@self
63
63
parameters :
64
64
vmrBranch : ${{ variables.VmrBranch }}
Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ variables:
43
43
extends :
44
44
template : v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
45
45
parameters :
46
- pool :
47
- name : $(DncEngInternalBuildPool)
48
- image : 1es-windows-2022-pt
49
- os : windows
50
-
51
46
sdl :
47
+ sourceAnalysisPool :
48
+ name : $(DncEngInternalBuildPool)
49
+ image : 1es-windows-2022
50
+ os : windows
51
+
52
52
sourceRepositoriesToScan :
53
53
exclude :
54
54
- repository : vmr
@@ -63,5 +63,4 @@ extends:
63
63
jobs :
64
64
- template : /eng/pipelines/templates/jobs/vmr-synchronization.yml@self
65
65
parameters :
66
- jobName : Synchronize_VMR
67
66
vmrBranch : ${{ variables.VmrBranch }}
You can’t perform that action at this time.
0 commit comments