Skip to content

Commit

Permalink
Publish the packages artifact. (Azure#7643)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored and kristapratico committed Oct 9, 2019
1 parent 29b72e3 commit ee4ee88
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions eng/pipelines/templates/steps/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ steps:
artifactName: 'artifacts'
targetPath: $(Build.ArtifactStagingDirectory)

# Duplicating the task above to introduce a packages artifact for consistency
# with the other pipelines. Also using the newer YAML shortcut. Once we get
# past release successfully with unified pipelines we'll look at getting rid
# of the duplicated "artifacts" artifact.
- publish: $(Build.ArtifactStagingDirectory)
artifact: packages

- task: PublishBuildArtifacts@1
condition: succeededOrFailed()
displayName: 'Publish Artifacts'
Expand Down

0 comments on commit ee4ee88

Please sign in to comment.