Duplicate

Description

Duplicate an existing asset in a RAM repository.

Parameters

Attribute Description Required
failOnError If false, the build will continue execution when an error occurs. Otherwise, the build will fail. No. Default is true.
guidProperty The property which will contain the duplicated asset's GUID after this task has completed. No
server The ID of the server used to connect to RAM. Yes

Parameters specified as nested elements

asset

You must specify a single asset to be duplicated.

Examples

Duplicate an asset

<duplicate server="ramServer">
   <asset guid="{0000-1111-2222-3333}" version="1.0">
      <name>My Duplicate Asset</name>
   </asset>
</duplicate>