Question

My company has two development teams using TFS 2008. My team would like to migrate our .Net 3.5 app to the .Net 4.0 framework, but the company is not ready to upgrade TFS to TFS 2010.

Can we still use TFS 2008's team build system but with a Visual Studio 2010 solution/project structure that targets the .Net 4.0 framework?

I am thinking we would need to add a new build agent to TFS 2008 that would have VS 2010 installed. But I am not finding any information on how to do this.

Is this possible? Are there any articles explaining how to do this?

Was it helpful?

Solution

Google and Bing haven't found this nugget yet, but William Bartholomew at Microsoft has explained how to do this.

http://blogs.msdn.com/willbar/archive/2009/11/01/building-net-4-0-applications-using-team-build-2008.aspx

OTHER TIPS

Actually, it is not possible to use a TFS2010 build agent with a TFS2008 server. (what you asked for)

You can however, use the TFS2008 build agent to build .Net 4.0 / VS2010 solutions (this what the accepted answer is linking to). This gets the job done, but you don't get the improved build engine (workflow) and reporting of 2010, but you can't use that anyway with your 2008 server!

This really is the only way to go until you can migrate to a TFS2010 server.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top