Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (45.3k points)

Many Visual Studio Online (VSO) build tasks use Write-Verbose for debugging purposes as seen in this example, but how do you turn Write-Verbose on so that the debug statements appear in the output logs?

1 Answer

0 votes
by (16.8k points)

You need to add the System.Debug variable to your variable on the definition,if you want to get the verbose and debug your statements to show up in your log.

Browse Categories

...