- Print
- Comment
- DarkLight
- PDF
Step 12 - Publish Artifact drop - Build
Article summary
Did you find this summary helpful?
Thank you for your feedback!
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:
YAML
The yaml for this task is below:
steps:
- task: PublishBuildArtifacts@1
displayName: 'Publish Artifact: drop'
Was this article helpful?