Hi,
I am setting up Automated Build and Deployment for BizTalk 2013 On Prem. I have installed BTDF on my local Developer machine and i am able to build a packaged MSI using the BTDF project. I would now want to have these builds scheduled or triggered from TFS.
I got the below error while trying to do a build as-is (i.e, nothing additional installed on the build server)
"The imported project "C:\Program Files (x86)\MSBuild\Microsoft\BizTalk\BizTalkC.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk."
I have read through the below documentation and I am a little confused on the components (biztalk) that need to be installed on the TFS server. One of the thread mentions that it is just sufficient to copy the below folder to the TFS server
C:\Program Files (x86)\MSBuild\Microsoft\BizTalk
Please can you let me know the the softwares (and components) that need to be installed on the TFS build server to get an automated build.
Links referred to :
https://biztalkalm.codeplex.com/
https://social.msdn.microsoft.com/Forums/vstudio/en-US/9021be16-c19c-465f-a8e8-6465d7a74531/i-cant-make-build-automate-with-biztalk-2010-applications?forum=tfsbuild
Regards,