Summary
Deploys an assembly to a given BizTalk configuration database.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .BizTalk - Base Types
-
- Task
- BizTalkBase
graph BT
Type-->Base0["BizTalkBase"]
click Base0 "/api/NAnt.Contrib.Tasks.BizTalk/BizTalkBase"
Base0-->Base1["Task"]
Type["Deploy"]
class Type type-node
Syntax
[TaskName("btsdeploy")]
public class Deploy : BizTalkBase
Remarks
Deployment will fail if the assembly is already deployed.
Attributes
Type | Description |
---|---|
TaskName |
Properties
Name | Value | Summary |
---|---|---|
Assembly | FileInfo |
The path to the BizTalk assembly to deploy.
|
BindingFile | FileInfo |
The path to an assembly binding information file to import bindings
from.
|
Database | string |
The name of the management SQL database.
Inherited from BizTalkBase
|
Install | bool |
Determines whether to install the assembly in the Global Assembly
Cache. The default is
false .
|
LogFile | FileInfo |
The path to the HTML log file to generate.
|
Scope | ManagementScope |
Inherited from BizTalkBase
|
Server | string |
The name of the SQL Server where the management database is
located.
Inherited from BizTalkBase
|
Methods
Name | Value | Summary |
---|---|---|
ExecuteTask |
void |
Deploys the assembly.
|