microsoft / azure-pipelines-terraform

Azure Pipelines tasks for installing Terraform and running Terraform commands in a build or release pipeline.
MIT License
95 stars 59 forks source link

How to enable task.debug? #202

Closed Nieju closed 5 months ago

Nieju commented 6 months ago

How can I enable the output of task.debug?

https://github.com/microsoft/azure-pipelines-terraform/blob/648beac95fde31be0f57ea6e872a5261a60a38a6/Tasks/TerraformTask/TerraformTaskV4/src/azure-terraform-command-handler.ts#L93

mericstam commented 6 months ago

Hi, sorry for late reply. Have you tried to enabled system diagnostics when you run a pipeline? the checkbox is in the bottom when you manually run a pipeline. Then these messages should appear in the pipeline log.

Br Manuel

mericstam commented 5 months ago

closing due to inactivity