Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created August 14, 2019 02:55
Show Gist options
  • Save goyalmohit/e387318ff45493be776afedd669e4503 to your computer and use it in GitHub Desktop.
Save goyalmohit/e387318ff45493be776afedd669e4503 to your computer and use it in GitHub Desktop.
yaml to download artifacts during release stage
..
- task: DownloadBuildArtifacts@0
inputs:
buildType: 'current'
downloadType: 'single'
artifactName: drop
itemPattern: '**/*.zip'
downloadPath: '$(System.ArtifactsDirectory)'
..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment