The macro is used to fetch a previously published file from the last non-personal completed build for the specified build definition ID.

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
buildDefinitionId The build definition ID from which the file will be retrieved. The file is retrieved from the build result of the last non-personal completed build. Yes
destFileName The destination file name to be used for the retrieved file. Yes
fileName The name of the file that has been published to the build result that is to be retrieved. Yes

Notes

Examples