Showing results for TFS 2010 - Buck Hodges

Jun 1, 2011
0
0

Updates to our docs on MSDN last month

Buck Hodges
Buck Hodges

The fine folks who write documentation for our product are woefully outnumbered.  Every month they release updates to the docs, adding new topics and enhancing existing ones.  You can find the latest set of updates described on their blog.

Team Foundation ServerTFS 2010
May 31, 2011
0
0

Ewald’s posts on TFS Build 2010

Buck Hodges
Buck Hodges

Ewald Hofman, an ALM MVP, has written a great series of blog posts on Team Build in Team Foundation Server 2010.  The 2010 release introduces Windows Workflow as the overall orchestrator of the build process.  Ewald walks you through quite a few topics related to this and the other new features.  Check it out! ...

Team BuildTFS 2010
Apr 10, 2011
0
0

OData service for TFS

Buck Hodges
Buck Hodges

Brian Keller has release a new OData service for TFS.  He does a great job explaining it, and he also includes a video demo. OData Service for Team Foundation Server 2010 What the heck is an OData Service for Team Foundation Server 2010? I’m glad you asked. The purpose of this project is to help developers work with data from ...

Team Foundation ServerTFS 2010
Apr 9, 2011
0
0

Professional Team Foundation Server 2010 is now out!

Buck Hodges
Buck Hodges

In the year since the release of TFS 2010, we’ve seen a run of great new books coming, all by authors who really know their subject matter extremely well.  At the beginning of the year, Sayed Ibrahim Hashimi and William Bartholomew published Using MSBuild and Team Foundation Build, the book on MSBuild and TFS Build. Then Mickey Gousse...

Team Foundation ServerTFS 2010
Apr 9, 2011
0
0

How to reject checkins with code analysis violations

Buck Hodges
Buck Hodges

Andrew Hall wrote a great post on the Code Analysis Team Blog about how to use the code analysis checkin policy with gated checkin in Team Foundation 2010 Build to reject checkins that have code analysis warnings or errors.  He shows you how to configure the rule set and set up the gated build definition to enforce the code analysis rules you&...

Team Foundation ServerTeam BuildTFS 2010
Mar 30, 2011
0
0

How to turn on compression for TFS 2010 web services

Buck Hodges
Buck Hodges

In the past, we’ve turned on compression for the SOAP responses for the TFS web services.  In TFS 2010, you must do it manually.  In the future, I hope we have it turned on by default.  It’s particularly good for teams that aren’t at the same location as the TFS server.  For users on a high-speed corporate netw...

Team Foundation ServerTFS 2010
Mar 28, 2011
0
0

How to distribute custom checkin policies and work item controls using the power tools

Buck Hodges
Buck Hodges

Custom checkin policies and custom work item controls are great ways to take advantage of the extensibility of TFS.  You can use checkin policies to enforce certain standards on checkins (even in your builds).  Custom work item controls allow you to add controls to your work item forms that present data in particular way, access othe...

Team Foundation ServerSource ControlTFS 2010
Mar 23, 2011
0
0

Moving work item description fields to HTML

Buck Hodges
Buck Hodges

Neno’s been blogging a lot this month, and many of his posts have helpful tools associated with them.  The post below caught my eye as particularly useful.  We’ll be using HTML fields more going forward, and he has a tool to help you move your existing work items to use an HTML field for the Description. Enriching your Work ...

Team Foundation ServerTFS 2010
Mar 23, 2011
0
0

VS 2010 SP1 crashes when viewing build on a TFS 2008 server

Buck Hodges
Buck Hodges

Unfortunately, we introduced a regression into Visual Studio 2010 SP1 in the process of fixing a performance issue in the build details view that a number of customers had reported (viewing the log was really slow for larger builds). We made this change late in SP1. I apologize for the inconvenience. I want to make sure you know about that patch if...

Team Foundation ServerTeam BuildTFS 2010
Mar 18, 2011
0
0

Managing TFS 2010: How to clean up test attachment data

Buck Hodges
Buck Hodges

Test attachment data generated by the new testing features in VS 2010 can add a large amount of data to your TFS server.  In fact, we discovered on our own “dogfood” server that test data was taking up more space than the version control data.  You can read more about it in Grant’s post here.You can use the Test Attachme...

Team Foundation ServerTFS 2010