Diagnostic Tasks for Build and Release.
This extension provides diagnostic tasks to help you diagnose and profile build or release definitions. With these tasks, you can gather information (such as variable values) and troubleshoot common issues during the different stages of your pipeline. UsageCurrently, this extension has the following tasks:
Add Build TagBuilds can be tagged for easy searching. This task adds a tag for the current build. The following options are available:
Attach Summary MarkdownMarkdown based sections can be added to both Build and Release summary pages. This task uploads and attach summary sections to the Build or Release timeline record. The following options are available:
Log VariablesTeam Build brings a number of predefined variables that can be used in build (and release) definitions and scripts. Variables are generated by the agent in the scope of a particular job (prior to it starting) or generated on the server side and sent to the agent as part of the job. This task logs these variables to the console. The following options are available:
Set VariableThis task sets a variable. The first task can set a variable, and following tasks are able to use the variable. The following options are available:
Update Build NumberThis task updates the build number. It uses a logging command to emit the new number via standard output. The following options are available:
|