views:

37

answers:

1

What are the necessary steps I have to do to get Team Build 2008 to build a Visual Studio 2005 solution targeting .NET 2.0?

+1  A: 

Apparently all you have to do is install VS2005 on the build server and then: http://social.msdn.microsoft.com/Forums/en-US/tfsbuild/thread/9afc874b-48b7-4f9f-a009-b92fd9404b39

I've managed to get it working by just copying the C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0 folder over.

Cain