NAntContrib Help Task Reference <btsunbind> | v0.93-nightly-2015-02-12 |
[This is preliminary documentation and subject to change.]
Removes all bindings for a given assembly from a BizTalk configuration database.
Attribute | Type | Description | Required |
---|---|---|---|
assembly | file | The path to the BizTalk assembly for which to remove all bindings. | True |
receivepipeline | string | The assembly qualified name of the receive pipeline to set when unbinding a receive pipeline. | True |
sendpipeline | string | The assembly qualified name of the SEND pipeline to set when unbinding a send pipeline. | True |
server | string | The name of the BizTalk server on which to perform the operation. | True |
failonerror | bool | Determines if task failure stops the build, or is just reported. The default is true. | False |
if | bool | If true then the task will be executed; otherwise, skipped. The default is true. | False |
unless | bool | Opposite of if . If false then the task will be executed; otherwise, skipped. The default is false. |
False |
verbose | bool | Determines whether the task should report detailed build log messages. The default is false. | False |