<btsdeploy>

[This is preliminary documentation and subject to change.]

Deploys an assembly to a given BizTalk configuration database.

Deployment will fail if the assembly is already deployed.

Parameters

AttributeTypeDescriptionRequired
assemblyfile The path to the BizTalk assembly to deploy. True
bindingfilefile The path to an assembly binding information file to import bindings from. False
installbool Determines whether to install the assembly in the Global Assembly Cache. The default is false. False
logfilefile The path to the HTML log file to generate. False
databasestring The name of the management SQL database. True
serverstring The name of the SQL Server where the management database is located. True
failonerrorbool Determines if task failure stops the build, or is just reported. The default is true. False
ifbool If true then the task will be executed; otherwise, skipped. The default is true. False
unlessbool Opposite of if. If false then the task will be executed; otherwise, skipped. The default is false. False
verbosebool Determines whether the task should report detailed build log messages. The default is false. False

Requirements

Assembly: NAnt.Contrib.Tasks (0.92.4526.0)