BRE Deployment Tool (DeployBTRules.exe)

Parent Previous Next

The BRE Policy/Vocabulary Deployment Tool (DeployBTRules.exe) is a tool that deploys, publishes or un-deploys BizTalk Rules Engine policy and vocabulary XML files.  This is typically done automatically by setting the MSBuild property IncludeVocabAndRules to True in a Deployment Framework for BizTalk project file (.btdfproj).  The BRE XML files must be exported using the BizTalk BRE Deployment Wizard.


DeployBTRules.exe [@argfile] [/RuleSetFile:<ruleSetFile>] [/RuleSetName:<ruleSetName>] [/VocabularyName:<vocabularyName>] [/Undeploy[+|-]] [/Unpublish[+|-]] [/RuleSetVersion:<ruleSetVersion>] [/Help|?|h] [/Version|v]


Arguments

Argument

Description

RuleSetFile

Path to an XML BRE rule policy or vocabulary file

RuleSetName

When RuleSetFile points to a policy XML file, the particular rule set name on which to operate.

VocabularyName

When RuleSetFile points to a vocabulary XML file, the particular vocabulary name on which to operate.

Undeploy

Undeploy the specified policy or vocabulary. When not specified, default is to deploy.

Unpublish

Unpublish the specified policy or vocabulary.  When not specified, default is to publish (implies undeploy)

RuleSetVersion

Rule set version on which to operate

Help OR ? or h

Displays command-line help text.

Version OR v

Displays program version information


Created with the Personal Edition of HelpNDoc: Produce electronic books easily