Skip to content

Commit

Permalink
Add display name for script task [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehmet Seckin committed Nov 23, 2019
1 parent 8147fc9 commit f48c885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ stages:
- job: 'release_job'
steps:
- script: mkdir $(artifactsDirectory)
displayName: 'Create $(artifactsDirectory) directory'
- task: DownloadPipelineArtifact@2
displayName: 'Download all artifacts'
inputs:
Expand Down

0 comments on commit f48c885

Please sign in to comment.