Skip to content

Commit

Permalink
Publish the packages artifact. (AzureSDKAutomation#7643)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored Oct 6, 2019
1 parent 9611e67 commit 133ef07
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 133ef07

Please sign in to comment.