Step 17 - Show all build variables - Build
  • 18 Nov 2019
  • 1 Minute to read
  • Contributors
  • Comment
  • Dark
    Light
  • PDF

Step 17 - Show all build variables - Build

  • Comment
  • Dark
    Light
  • PDF

Article summary

In this step we are using the display build variables task again. This allows me to check the variables from Terraform were promoted to the pipeline correctly for diagnostics purposes.

YAML

Below is the YAML for this task:

steps:
- task: dutchworkz.DisplayAllVariables.DisplayAllVariables.DutchWorkzToolsAllVariables@1
  displayName: 'Show all build variables in build output.'


Was this article helpful?