Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Created March 31, 2020 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartinZikmund/0c674c9e2e8c330bbb4e6012a961fb52 to your computer and use it in GitHub Desktop.
Save MartinZikmund/0c674c9e2e8c330bbb4e6012a961fb52 to your computer and use it in GitHub Desktop.
steps:
- task: ExtractFiles@1
displayName: 'Extract files'
inputs:
archiveFilePatterns: '$(System.DefaultWorkingDirectory)/**/*.zip'
destinationFolder: '$(System.DefaultWorkingDirectory)/_develop-build/extracted'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment