Search code examples
biztalkbiztalk-2010biztalk-2013biztalk-deploymentbtdf

BizTalk build using some tools


Is it possible to do Continuous integration.

We are using Power shell script to deploy BTDF packages. I found many resources to do continuous integration for BizTalk using TFS but is it possible to do continuous integration. Is there any resources available for the same.


Solution

  • Well, consider "continuous integration" is a pattern, not a thing. So sure, you absolutely can do CI with BizTalk apps using a SVN. Really, the code repository really isn't a factor.

    So, if you are automatically, or at least very easily, doing a build-> deploy cycle with some tests, you're doing CI. The specific underlying products doesn't really matter.

    However, yes, CI with BizTalk and TFS is easier because of the tooling.