Step 12 - Publish Artifact drop - Build
  • 18 Nov 2019
  • 1 Minute to read
  • Contributors
  • Comment
  • Dark
    Light
  • PDF

Step 12 - Publish Artifact drop - Build

  • Comment
  • Dark
    Light
  • PDF

Article Summary

In this task we will use the publish artifact task to publish the artifact staging directory to be a pipeline artifact so that we can use this in the release pipelines as the input to the pipeline.

The picture of the configuration for this task is below:

image.png

YAML

The yaml for this task is below:

steps:
- task: PublishBuildArtifacts@1
  displayName: 'Publish Artifact: drop'


Was this article helpful?