Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I add a VS 2010 .Net 4.0 build agent to TFS 2008

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?

like image 322
Mark Arnott Avatar asked Mar 17 '10 14:03

Mark Arnott


1 Answers

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

like image 105
Mark Arnott Avatar answered Oct 28 '22 04:10

Mark Arnott