Created
June 8, 2022 06:51
-
-
Save joanteixi/3d4922abb9bffcb385c0efac45f1a1ea to your computer and use it in GitHub Desktop.
Azure Devops snippets
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 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