Skip to content

Instantly share code, notes, and snippets.

@joanteixi
Created June 8, 2022 06:51
Show Gist options
  • Save joanteixi/3d4922abb9bffcb385c0efac45f1a1ea to your computer and use it in GitHub Desktop.
Save joanteixi/3d4922abb9bffcb385c0efac45f1a1ea to your computer and use it in GitHub Desktop.
Azure Devops snippets
# Task to list files in dir...
- script: |
tree
workingDirectory: $(Agent.BuildDirectory)\$(artifactPipe)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment