Showing tag results for Team Foundation Server

Jul 19, 2007
Post comments count0
Post likes count0

Why can’t I create a Team Project called name.com?

Buck Hodges

Recently this question came up on an internal mailing list.  Dennis Habib, a developer on TFS, responded with the following. This is because '.com' is a restricted file type. Windows SharePoint Services (WSS) has a list of extensions that it will not accept and will fail (there are quite a few), but there is no way to get this list from WSS pr...

Team Foundation Server
Jul 13, 2007
Post comments count0
Post likes count0

Get: Date and time, read/write vs. read only

Buck Hodges

Periodically we get the following questions about get. The answer to each is no for both TFS 2005 (v1) and TFS 2008 (Orcas).  It's something we considered doing in v1, but we ended up cutting it.  It remains on the list of features to consider for the future. If you have opinions on this or other version control features, you'll wan...

Team Foundation ServerSource Control
Jul 7, 2007
Post comments count0
Post likes count0

Orcas: Unattended installation of the build agent

Buck Hodges

You can install the build agent (aka Build SKU) without going through the setup UI if you do the following.  Thanks to Tony Edwards for this information. Edit the msiproperty.ini.   Note that as of Beta 2, the ones that are in there are bogus and are not used.  You have to add two new ones.  This will be fixed before the r...

Team Foundation ServerTeam Build
Jul 7, 2007
Post comments count0
Post likes count0

Keyword expansion in TFS

Buck Hodges

Periodically, the topic of keyword expansion comes up, which TFS (at least through 2008) does not support.  At one point during the v1 product cycle, it was a planned feature and was partially implemented.  However, there are lots of challenges to getting it right in TFS version control, and it wasn't worth the cost to finish the fea...

Team Foundation ServerSource Control
Jul 5, 2007
Post comments count0
Post likes count0

How to enable code coverage without a test list

Buck Hodges

Aaron pointed out this post by Ben Day that talks about using the RunConfigFile property with a build that runs tests without using test lists (.vsmdi files).  It all boils down to looking like the following (in Orcas, you would specify the $(OutDir) part in the TestContainer's Include attribute, whereas you don't in the TFS 2005 power to...

Team Foundation ServerTeam Build
Jul 3, 2007
Post comments count0
Post likes count0

New home for the AssemblyInfo task

Buck Hodges

The AssemblyInfo task has a new home, because the CodeGallery portion of GoDotNet is being phased out.  You can now find it here in the GotDotNet User Samples.The AssemblyInfo task is useful for updating assembly version numbers as part of your build.  Aaron Hallberg explains how to use it with Team Build in his post, Team Build and ...

Team Foundation ServerTeam BuildMSBuild
Jul 3, 2007
Post comments count0
Post likes count0

MSDN chat with the VSTS (including TFS!) product group is today!

Buck Hodges

The first chat is at 1:00 PM Eastern time, so I'm planning to be in that one. Join members of the Visual Studio Team System product group to discuss features available in Visual Studio Team Foundation Server, Team Editions for Architects, Developers, Database Pros, and Testers. In addition, discuss what's new in the upcoming Orcas CTP. We will ...

Team Foundation ServerSource ControlTeam Build
Jun 29, 2007
Post comments count0
Post likes count0

V1.0 of the Migration and Synchronization Toolkit has been released!

Buck Hodges

Matt Mitrik, program manager for TFS migration and synchronization toolkit, has announced the release of version 1.0.  Note that it also includes the source code so that you can extend it as well. Check it out! V1.0 of the Migration and Synchronization Toolkit has been released! The first complete version of the Migration and Synchronizat...

Team Foundation ServerSource ControlWork Item Tracking
Jun 6, 2007
Post comments count0
Post likes count0

Orcas: Scheduled builds now support building even when there are no changes

Buck Hodges

Back in February, I wrote a post on the build scheduling feature that we've added for Orcas.  In that post, I stated that we designed it such that the scheduled build only occurs if there has been a checkin that affects the build. Based on feedback, we changed it so that you have the option to force the scheduled build to run even if nothing h...

Team Foundation ServerTeam Build
Jun 6, 2007
Post comments count0
Post likes count0

Specs for a CCTray equivalent for Team Build and TFS Hosting

Buck Hodges

Jim Lamb has posted a couple of specs recently. The first is a Windows tray app that notifies you when builds complete, like CCTray does for CruiseControl.Net.  Due to the time constraints of the Orcas release, we were not able to implement this for the product, but we are considering releasing it as a power tool for Orcas, in addition t...

Team Foundation ServerTeam Build