BTDF / DeploymentFramework

The Deployment Framework for BizTalk is the most powerful and customizable, yet easy-to-use toolkit for deploying and configuring your BizTalk solutions.
MIT License
53 stars 24 forks source link

Deploy BAM definition to specific server and database #442

Closed gibsoncarl closed 4 years ago

gibsoncarl commented 6 years ago

Are you able to deploy the BAM definition to a configurable server and database?

tfabraham commented 6 years ago

While the underlying BizTalk BAM command-line tools have switches for a specific server and database, those switches are not used by the Deployment Framework.

The DeployBam and UndeployBam MSBuild targets implement the BAM deploy and undeploy functionality. They can be copied and pasted into your .btdfproj (or a separate MSBuild project file that can be imported into the .btdfproj) and modified. Unfortunately, they are relatively complex, so it's a big chunk of code to copy and paste.

tfabraham commented 4 years ago

Closing due to inactivity