Hi Gnani,
You do need to install the Deployment Framework on the TFS build server because your BTDF build is in two steps -- build the BizTalk solution then build the BTDF MSI. In the build configuration you will end up building both the .sln and the .btdfproj. You can find the documentation on setting up TFS builds here.
You may need to install Visual Studio and possibly more components of BizTalk to get your .sln to build successfully (completely unrelated to the BTDF). For instance, I've used some of the EDI pipeline components in a custom pipeline, which forced me to install the EDI component of BizTalk on the build server.
Thanks,
Tom
You do need to install the Deployment Framework on the TFS build server because your BTDF build is in two steps -- build the BizTalk solution then build the BTDF MSI. In the build configuration you will end up building both the .sln and the .btdfproj. You can find the documentation on setting up TFS builds here.
You may need to install Visual Studio and possibly more components of BizTalk to get your .sln to build successfully (completely unrelated to the BTDF). For instance, I've used some of the EDI pipeline components in a custom pipeline, which forced me to install the EDI component of BizTalk on the build server.
Thanks,
Tom