When creating new pipelines I often need to inspect the contents of the workspace:
- powershell: |
tree "$(Pipeline.Workspace)" /F
displayName: 'Treeview of Pipeline.Workspace'
When creating new pipelines I often need to inspect the contents of the workspace:
- powershell: |
tree "$(Pipeline.Workspace)" /F
displayName: 'Treeview of Pipeline.Workspace'