Skip to content

Commit 2cabf19

Browse files
Add download step
1 parent 11a4aa7 commit 2cabf19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/common/pipelines/templates/jobs/mark-as-shipped.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717

1818
steps:
1919
- checkout: self
20+
- download: current
21+
artifact: ${{parameters.ArtifactName}}
22+
timeoutInMinutes: 5
2023
- template: /eng/common/pipelines/templates/steps/set-default-branch.yml
2124
- template: /eng/common/pipelines/templates/steps/create-apireview.yml
2225
parameters:

0 commit comments

Comments
 (0)