I'm struggling to picture the folder structure of azure pipelines. I know there are some implicit directories like:
- $(System.DefaultWorkingDirectory)
- $(Build.ArtifactStagingDirectory)
Which are both folders on a specific build agent available from the pool.
Is there a way to view the folder structure and get a better understanding how things are laid out?


