Using MSBuild to Build and Deploy BizTalk 2006 Solutions
Posted by: Stephen W. Thomas,
on 06 Aug 2006 |
View original | Bookmarked: 0 time(s)
MSBuild is the new build platform for Visual Studios. It allows great flexibility, customization (through creating custom Tasks), and integration with unit tests.
While MSBuild doesn’t directly support building BizTalk solutions, tasks are available to call the DEVENV executable and Microsoft UK has released a set of custom tasks to support a wide verity of common BizTalk tasks (available on GotDotNet). This provided an easy method for scripting automated or ad-hock BizTalk...