We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a4aa7 commit 2cabf19Copy full SHA for 2cabf19
eng/common/pipelines/templates/jobs/mark-as-shipped.yml
@@ -17,6 +17,9 @@ jobs:
17
18
steps:
19
- checkout: self
20
+ - download: current
21
+ artifact: ${{parameters.ArtifactName}}
22
+ timeoutInMinutes: 5
23
- template: /eng/common/pipelines/templates/steps/set-default-branch.yml
24
- template: /eng/common/pipelines/templates/steps/create-apireview.yml
25
parameters:
0 commit comments