Question

Is there a way to use just one machine to configure a build server for both SharePoint 2010 and SharePoint 2013? I'd like to know if anyone succeeded in such a task. We want to use PowerShell remoting for deployment.

So far I have found a guide on msdn that goes in depth about configuring a build server for SP2013, but no mention of using it for both 2010 and 2013.

Was it helpful?

Solution

A TFS build server doesn't necessarily have to have SharePoint truly installed. You just need to ensure the assemblies for each version of SharePoint are available during the build process. You can have two versions of the same assemblies in the GAC. In addition, I would simply copy the 14 HIVE from a 2010 server and the 15 HIVE from a 2013 server to the appropriate location on the build server.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top