Back
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?
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.
31k questions
32.8k answers
501 comments
693 users