PublishDuplicateDetectionRulesStep

Applies to KDTooling Deployment Manager 1.2

Content

Overview

This step publishes the duplicate detection rules on the target environment. The rules can be filtered with a custom fetch XML filter.

Name

Type

Deployment Definition

IsPostBuild

True

Parameters

Name

Type

Description

Title

String

Title

TargetEnvironment

Dropdown

Target Environment

Custom Filter (Fetch XML)

String

XML-Filter specified by the user to filter the duplication detection rules which shall be published. If no filter is specified all duplicate detection rules get published.

Dependencies

None

Examples

Example Fetch XML:

<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
    <entity name="duplicaterule">
        <filter type="and">
            <condition attribute="name" operator="eq" value="test rule 1" />
        </filter>
    </entity>
</fetch>

Build Provider

  • Local Visual Studio: Supported

  • Team Foundation Server: Supported

Troubleshooting

-

Additional Information

-

Need help? Contact support