File tree Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,9 @@ stages:
107
107
steps :
108
108
- checkout : self
109
109
110
- - template : /eng/pipelines/templates/steps/download-package-artifacts.yml
111
- parameters :
112
- TargetPath : $(Pipeline.Workspace)
110
+ - download : current
111
+ artifact : ${{parameters.ArtifactName}}
112
+ timeoutInMinutes : 5
113
113
114
114
- task : UsePythonVersion@0
115
115
inputs :
@@ -230,9 +230,7 @@ stages:
230
230
Paths :
231
231
- sdk/**/*.md
232
232
- .github/CODEOWNERS
233
- - template : /eng/pipelines/templates/steps/download-package-artifacts.yml
234
- parameters :
235
- TargetPath : $(Pipeline.Workspace)
233
+ - download : current
236
234
- template : /eng/common/pipelines/templates/steps/update-docsms-metadata.yml
237
235
parameters :
238
236
PackageInfoLocations :
@@ -297,10 +295,9 @@ stages:
297
295
name : azsdk-pool-mms-ubuntu-2004-general
298
296
os : linux
299
297
steps :
300
- - checkout : none
301
- - template : /eng/pipelines/templates/steps/download-package-artifacts.yml
302
- parameters :
303
- TargetPath : $(Pipeline.Workspace)
298
+ - download : current
299
+ artifact : ${{parameters.ArtifactName}}
300
+ timeoutInMinutes : 5
304
301
- task : UsePythonVersion@0
305
302
- script : |
306
303
set -e
@@ -341,9 +338,7 @@ stages:
341
338
Paths :
342
339
- sdk/**/*.md
343
340
- .github/CODEOWNERS
344
- - template : /eng/pipelines/templates/steps/download-package-artifacts.yml
345
- parameters :
346
- TargetPath : $(Pipeline.Workspace)
341
+ - download : current
347
342
- pwsh : |
348
343
Get-ChildItem -Recurse $(Pipeline.Workspace)/${{parameters.ArtifactName}}/
349
344
displayName: Show visible artifacts
Original file line number Diff line number Diff line change 57
57
- template : auth-dev-feed.yml
58
58
parameters :
59
59
DevFeedName : ${{ parameters.DevFeedName }}
60
- - pwsh : |
61
- Get-ChildItem -R "$(Build.ArtifactStagingDirectory)" | % { Write-Host $_.FullName }
62
- displayName: display visible files
63
60
64
61
- task : PythonScript@0
65
62
displayName : ' Generate Docs'
You can’t perform that action at this time.
0 commit comments