Skip to content

Instantly share code, notes, and snippets.

@kunalworldwide
Created December 26, 2022 16:19
Show Gist options
  • Save kunalworldwide/61d56c7d9a4f05f8840ca98c56babfa2 to your computer and use it in GitHub Desktop.
Save kunalworldwide/61d56c7d9a4f05f8840ca98c56babfa2 to your computer and use it in GitHub Desktop.
PublishPipelineArtifact@1 task of azure devops pipeline
- 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