Created
December 26, 2022 16:19
-
-
Save kunalworldwide/61d56c7d9a4f05f8840ca98c56babfa2 to your computer and use it in GitHub Desktop.
PublishPipelineArtifact@1 task of azure devops pipeline
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- task: PublishPipelineArtifact@1 | |
displayName: 'Publish Pipeline Artifact' | |
inputs: | |
targetPath: '$(Build.ArtifactStagingDirectory)' | |
artifact: drop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment