Automated builds of BizTalk 2009 projects using Team System 2008 Build

Posted by Doug on Stack Overflow See other posts from Stack Overflow or by Doug
Published on 2010-03-16T13:14:35Z Indexed on 2010/03/16 13:16 UTC
Read the original article Hit count: 526

I'm trying to configure automated build of BizTalk 2009 projects using Team Foundation Server 2008.

We have a staging server which has BizTalk 2009 installed. I ran the Team Foundation Server Build Setup on this server, and it can build non-BizTalk projects OK. However, BizTalk projects fail to build. I suspected something was amiss when "Deployment" was not a valid build type! I tried copying various things over from a developer PC which has BizTalk and Visual Studio 2008 installed, but still couldn't get it to work.

I don't really want to install Visual Studio on the staging server, but without it the "Developer Tools and SDK" option in the BizTalk install is greyed out. I guess I need this in order for BizTalk projects to compile.

So, my question is can a BizTalk 2009 server be used as a TFS build agent to build BizTalk projects without having Visual Studio installed. If the answer is no, what's the smallest part of VS that can be installed to get this to work?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about BizTalk

Related posts about 2009