views:

233

answers:

1

My scenario is this: I am currently testing out a new Team Foundation Server 2010 installation; which we will be moving to shortly.

Upgrading builds to work with TFS 2010 and the new MSBuild seems like a lot of work (it does not work out-of-the-box, at least). So what I would like to do, is to repurpose our old TFS Server to be a build server for TFS 2010. It already has build services installed.

I cannot figure out how to add an existing TFS 2008 Build Server to my new TFS 2010 installation, so I can use the old server to run old builds. Is this possible ? How can I do it ?

+1  A: 

You can only connect a TFS 2010 build server to TFS 2010. I think you may be hosed as I think the installer for TFS 2010 will want to upgrade your TFS 2008 instance.

Is there any reason you are keeping TFS 2008 around?

Why not remove TFS 2008 and install the TFS 2010 build service?

MrHinsh
I had the idea to re-use the old TFS as a build server, because my upgraded builds would not run after the upgrade. Partly because they utilize the MSBuild community tasks.We have a guy going through the builds now and figuring out what we need to do to make them work on TFS 2010.
driis
It is always for the best to ditch the old ways for the new: When the new ways become the old ways, the old ways become the realy old ways.
MrHinsh