Team System [rss]

TFS Beta 2 upgraded to RTM

So I finally got around to upgrading our TFS server from Beta 2 to RTM (a little late, I know). The upgrade process went (unexpectedly) smooth. Here are the steps that I took to do the upgrade Uninstall Team Foundation Server 2008 Beta 2Uninstall Team Read More

Team foundation server 2008 and Offline Mode

Recently I installed Team Foundation Server 2008 Beta 2 to use it as my main source control system.One of the new features that I found out and started using regularly is the Offline mode.Basically, when Team Explorer detects that there is no connection Read More

Changing the drop target in a TFS team build

I was working on a TFS implementation for a client, and one of the requirements was that they wanted a team build to drop the binaries in a specific location. By default, whenever you invoke a tfs team build, it creates a folder with the structure "TeamBuildName_Date.IncrementedNumber" Read More

Adding team members to team site

I've installed Visual Studio Team Foundation Server on our server and set it up to use users from the active directory. This way we can use domains users to access Team Foundation Server. Now try this, create a new Team Project and add a domain user to Read More

Delete a team project from Team System

To create a team project in Team System, you usually use the Team Explorer. But when it comes to deleting a team project, you will need to use the TFSDeleteProject command line utility. See different switches and examples on how to use here. Read More