Step 11 - List files - Build
  • 18 Nov 2019
  • 1 Minute to read
  • Contributors
  • Comment
  • Dark
    Light
  • PDF

Step 11 - List files - Build

  • Comment
  • Dark
    Light
  • PDF

Article Summary

This task is used for diagnostics and will list all of the file paths. This will allow me to see what is in the artifact staging directory before we package it up and publish it.

The picture of the configuration of this task is below:

image.png

YAML

The yaml for this task is below:

steps:
- task: moonspace-labs-llc.vsts-tools-build-extensions.vsts-ListFiles.VSTSToolsListFiles@1
  displayName: 'VSTS-Tools List Files '
  inputs:
    rootdir: '$(Build.ArtifactStagingDirectory)'


Was this article helpful?