File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
eng/pipelines/templates/stages Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -170,16 +170,16 @@ extends:
170
170
suppressionsFile : $(Build.SourcesDirectory)/eng/CredScanSuppression.json
171
171
scanFolder : $(Build.SourcesDirectory)/credscan.tsv
172
172
toolVersion : 2.3.12.23
173
- baselineFiles : $(Build.SourcesDirectory)/eng/<language> .gdnbaselines
173
+ baselineFiles : $(Build.SourcesDirectory)/eng/python .gdnbaselines
174
174
175
175
stages :
176
176
- stage : Build_Dependencies
177
177
displayName : Build Platform-Specific Binary Conda Packages
178
178
variables :
179
- - template : /eng/pipelines/templates/variables/globals.yml
179
+ - template : /eng/pipelines/templates/variables/globals.yml@self
180
180
181
181
jobs :
182
- - template : ../ jobs/build-conda-dependencies.yml
182
+ - template : eng/pipelines/templates/ jobs/build-conda-dependencies.yml@self
183
183
parameters :
184
184
CondaArtifacts :
185
185
- name : uamqp
@@ -198,7 +198,7 @@ extends:
198
198
displayName : Build Universal Conda Packages
199
199
dependsOn : Build_Dependencies
200
200
variables :
201
- - template : /eng/pipelines/templates/variables/globals.yml
201
+ - template : /eng/pipelines/templates/variables/globals.yml@self
202
202
203
203
jobs :
204
204
- job : ' Build'
@@ -222,7 +222,7 @@ extends:
222
222
artifact : mac_conda
223
223
timeoutInMinutes : 5
224
224
225
- - template : ../ steps/build-conda-artifacts.yml
225
+ - template : /eng/pipelines/templates/ steps/build-conda-artifacts.yml@self
226
226
parameters :
227
227
Arguments : ' --channel "$(Pipeline.Workspace)/mac_conda" "$(Pipeline.Workspace)/windows_conda" "$(Pipeline.Workspace)/linux_conda"'
228
228
You can’t perform that action at this time.
0 commit comments