Showing results for August 2006 - Page 2 of 3 - Buck Hodges

Aug 15, 2006
0
0

Mario, version control PM, is now blogging

Buck Hodges Buck Hodges

As Robert Horvick and Rob Caron have both mentioned, Mario Rodriguez has started a blog on version control: http://blogs.msdn.com/mrod/.  In his first post, The Start, he talks about his background and the topics he intends to cover.  If you have features that you really want to see in future releases of Team Foundation Server version ...

Aug 15, 2006
0
0

TFS exstensibility documentation on MSDN

Buck Hodges Buck Hodges

I stumbled across the following pages on MSDN that provide step-by-step introduction to the basics of extending Team Foundation Server. [UPDATE 8/29/06]  Unfortunately, all of the links originally pointed to the same page, and I've now fixed them.  I didn't notice at the time that clicking on different links on that section of the ...

Team Foundation ServerSource ControlTeam Build
Aug 12, 2006
0
0

Links to code samples

Buck Hodges Buck Hodges

I recently had to put together a list of links to code samples.  This isn't even close to comprehensive, but it should help you get going if you are looking for something.Version Control TFS Work Item Tracking...

Team Foundation ServerSource ControlTFS API
Aug 12, 2006
0
0

Getting Changeset objects from associated work items

Buck Hodges Buck Hodges

On internal mailing list, someone asked how to do this, and I thought it's worth sharing.  You can get a Changeset object using its artifact URI (aka link) via VersionControlServer.ArtifactProvider.  Here’s how that would look like, based on modifying code from James Manning’s blog posthttp://blogs.msdn.com/jmanning/...

Team Foundation ServerSource ControlTFS API
Aug 11, 2006
0
0

RSS feed generators for Team Foundation

Buck Hodges Buck Hodges

First there was Jeff's RSS feed generator for version control.  Then Abhinaba used it as a starting point for his RSS feed generator for team build.  Naren has now posted an RSS feed generator for work item tracking.  A quick web search yielded an RSS feed generator for SharePoint.  I couldn't find one for SQL ...

Team Foundation ServerSource ControlTeam Build
Aug 11, 2006
0
0

MSBuild wiki

Buck Hodges Buck Hodges

In addition to the MSBuild documentation on MSDN and the MSBuild team blog, there is an MSBuild wiki on Channel9.  I had seen it before, but forgotten about it until I saw it mentioned in one of Chris Sells' old blog posts (My First MsBuild Task).Here's the current table of contents for the wiki. Frequently Asked Questions...

Team Foundation ServerTeam BuildMSBuild
Aug 10, 2006
0
0

Don’t override CoreCompile

Buck Hodges Buck Hodges

There have been several times when folks have needed to run a custom target prior to building each solution (or project) in Team Build.  Unfortunately, there's no good way to do this.  Manish Agarwal describes (mostly) how to do it in his post, How to call a custom target after building each individual solution (sln) in Team Build?  ...

Team Foundation ServerTeam Build
Aug 10, 2006
0
0

Putting the build number in your binaries

Buck Hodges Buck Hodges

Jeff Atwood has a nice post on how to get Team Build to put the build number in the assemblies it builds. Adding the Build Number to your Team Build binaries If you're using Team Build, you may want to "tag" the binaries produced with the name of the build. In order to do this, we'll customize the Team Build script (TFSBuild.proj) for the project...

Team Foundation ServerTeam Build
Aug 10, 2006
0
0

Intellisense while editing Work Item Types

Buck Hodges Buck Hodges

Back in April, Mariano Szklanny posted a tip on how to get intellisense in VS when editing the XML for a work item type. If you’re editing work item types, you will find useful having Intellisense in Visual Studio 2005...

Team Foundation Server
Aug 9, 2006
0
0

More continuous integration with Team Build

Buck Hodges Buck Hodges

Earlier, I mentioned Jeff Atwood's continuous integration approach.  Here are a couple more approaches.Sondre Bjellås has decided to write his own continuous integration system for Team Build back in May (Making a Team System Automation Framework).  It is called Automaton, and it's available on CodePlex. Automaton is a Continuous ...

Team Foundation ServerTeam Build

Feedback