The macro is used to signal the start of a child build activity in the build results. Use this macro to track intermediate results within a primary build activity.

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. The default value for this attribute is ${buildResultUUID} because that property is built-in when using the standard tooling. This attribute is used to identify the build result to update. No
label Label for the build activity step. Yes
parent Parent activity ID as returned by the BuildActivityStartParent macro. Yes

Notes

Examples