- Print
- Comment
- DarkLight
- PDF
Step 17 - Show all build variables - Build
Article summary
Did you find this summary helpful?
Thank you for your feedback!
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?