I am trying to set up a continuous integration type environment for BizTalk. When the source code is installed, I need to create it and then deploy it to the build server. I found BTSTask.exe, but it only looks like the ability to install an application from an existing msi.
I need a way to basically do a visual studio when you right-click on a project and talk about deployment. Has anyone encountered how to do this through MSBuild or some other way?
source
share