MSBuild tasks now available for BizTalk Projects
Several people have asked me about support for MSBuild within BizTalk projects. So I'm happy to see that our team in the UK has just released some MSBuild tasks for BizTalk 2006. They are availalbe on GotDotNet.
(https://www.gotdotnet.com/codegallery/codegallery.aspx?id=b4d6499f-0020-4771-a305-c156498db75e ).
There are tasks to do the following:
Export a current system to an MSBuild proj file.
Application
Adds a reference to an application |
|
Creates an application |
|
Deletes an Application, and all its child objects |
|
Checks if an application exists |
|
Removes a reference from an application |
|
Starts an application |
|
Stops an application |
Assembly
Deploys an assembly into BizTalk. |
|
Checks whether an assembly is deployed in a BizTalk installation. |
|
Exports the bindings of an assembly in BizTalk to an XML file. |
|
Imports the bindings of an assembly into BizTalk from an XML file. |
|
Undeploy an assembly from BizTalk. |
Orchestration
Binds an orchestration |
|
Enlists the given instance of the BizTalk Orchestration. |
|
Checks if an Orchestration exists in an assembly in BizTalk Server. |
|
Starts the given instance of the BizTalk Orchestration. |
|
Stops the given instance of the BizTalk Orchestration. |
|
Terminates any running instances of the BizTalk Orchestration. |
|
Unbind an orchestration |
|
UnEnlists the given instance of the BizTalk Orchestration. |
ReceiveLocation
Configures a receive location |
|
Checks if it exists |
ReceivePort
Adds a receive location to this port |
|
Configures a receive port |
|
Creates a receive port |
|
Deletes a receive port |
|
Checks if it exists |
|
Removes a receive location |
SendPort
Configures a send port |
|
Creates a send port |
|
Deletes a send port |
|
Enlists a send port |
|
Checks if it exists |
|
Starts a send port |
|
Stops a send port |
|
Unenlists a send port |
SendPortGroup
Adds a send port to an existing send port group |
|
Configures a send port group |
|
Creates a send port group |
|
Deletes a send port group |
|
Enlists a send port group |
|
Checks if it exists |
|
Removes a send port from the send port group |
|
Starts the group |
|
Stops the group |
|
Unenlists the group |
There are also 2004 tasks in the same assembly for those of you that don’t know they are there.
Cheers and keep on BizTalking
Comments
- Anonymous
July 12, 2006
The comment has been removed