File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
eng/pipelines/templates/stages Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ extends:
136
136
- stage : ${{ cloud.key }}_${{ parameters.JobName }}
137
137
dependsOn : []
138
138
jobs :
139
- - template : /eng/common/pipelines/templates/jobs/generate-job-matrix.yml
139
+ - template : /eng/common/pipelines/templates/jobs/generate-job-matrix.yml@self
140
140
parameters :
141
141
SparseCheckoutPaths :
142
142
- sdk/${{ parameters.ServiceDirectory }}/**/*.json
@@ -181,7 +181,7 @@ extends:
181
181
Location : ${{ coalesce(parameters.Location, cloud.value.Location) }}
182
182
Cloud : ${{ cloud.key }}
183
183
184
- - template : /eng/pipelines/templates/stages/python-analyze-weekly.yml
184
+ - template : /eng/pipelines/templates/stages/python-analyze-weekly.yml@self
185
185
parameters :
186
186
BuildTargetingString : ${{ parameters.BuildTargetingString }}
187
187
ServiceDirectory : ${{ parameters.ServiceDirectory }}
You can’t perform that action at this time.
0 commit comments