Categories
Software

Debugging Azure Devops Pipelines

When creating new pipelines I often need to inspect the contents of the workspace:

  - powershell: |
      tree "$(Pipeline.Workspace)" /F
    displayName: 'Treeview of Pipeline.Workspace'