The macro is used to publish work item information to a build result.

Attributes

The macro supports Team Build Attributes, as well as, its own macro specific attributes. Click on a link for more information on the common attributes.

The following table describes the macro specific attributes for the macro:

Macro Specific Attributes
Attribute Description Required
buildResultUUID The UUID of the build result to update. The default value of this attribute is ${buildResultUUID} because that property is built-in when using the standard tooling. No
filePath The path to a work item file. A work item file must contain work item IDs one per line. The path can be relative to the base directory of the build file or an absolute path. Yes

Notes

Examples