Showing results for Team Build - Buck Hodges

Mar 30, 2013
0
0

Team Foundation Server 2012 Update 2 supports 2010 Build Agents and Controllers

Buck Hodges
Buck Hodges

[UPDATE 9/26/13] TFS 2013 will include support for both TFS 2010 build agents and controllers and also TFS 2012 build agents and controllers. One of the changes we made in TFS 2012 for Update 2 was to support TFS 2010 build agents and controllers. This provides several major benefits. The first is the obvious one of not having to upgrade your buil...

Team Foundation ServerTeam BuildTFS 2012
Dec 10, 2012
0
0

Azure SDK 1.8 now available for build in Team Foundation Service

Buck Hodges
Buck Hodges

Brian wrote a post today about the version control web experience changes that were in today’s update. Today’s update also included Azure SDK 1.8 on the build VMs. I’ve seen quite a few folks asking for it, of course. One of the questions we get often is why we don’t have X in the build VMs. Some of Brian’s post today...

Team Build
Nov 9, 2012
0
0

Windows Phone SDK now available in Build for Team Foundation Service

Buck Hodges
Buck Hodges

Brian mentioned this in a blog post last week, but I think it may have gotten lost in everything else that was going on. The Team Foundation Service’s build feature (i.e., build in the cloud) has the Windows Phone SDK installed on it now so that you can build you Windows Phone 8 (and 7) apps. The blocker here had been that the SDK could not b...

Team Foundation ServerTeam Build
Oct 24, 2012
0
0

Upgrading TFS build from 2010 to 2012 – issues and workarounds

Buck Hodges
Buck Hodges

Jason Prickett has written a blog post summarizing issues and workarounds for problems encountered with TFS build when upgrading from TFS 2010 to TFS 2012. Upgrading your build definitions from TFS2010 to TFS2012 Follow me on Twitter at twitter.com/tfsbuck

Team BuildTFS 2010TFS 2012
Mar 19, 2012
0
0

TFS 11 Beta upgrade: Existing workflows that have custom workflow activities using the TFS client OM

Buck Hodges
Buck Hodges

Duat, a developer on Team Foundation Build, has written a blog post on how to resolve post-upgrade issues with your build workflow if your 2010 build workflow uses custom workflow activities that use the TFS client object model. Your custom assemblies need update, or else, redirecting Loading your custom assemblies in the TFS 11 build service ...

Team Foundation ServerTeam BuildTFS 2012
Mar 12, 2012
0
0

Running only impacted tests in TFS 2010 Build

Buck Hodges
Buck Hodges

Richard Hundhausen pointed out this blog post recently, and I thought I’d mention it here.  Rob Maher walks through the process of setting up a build definition to run only the tests that involve the code that was changed. TFS 2010 Build - Only run impacted tests If your tests take a long time to run, you may wish to only run the te...

Team BuildTFS 2010
Jan 21, 2012
0
0

A tool to find duplicate copies in a build

Buck Hodges
Buck Hodges

As part of our builds, quite a few projects copy files to the binaries directory or other locations.  These can be anything from image files to test scripts.  To have our builds complete more quickly, we use the multi-process option (/maxcpucount) of msbuild to build projects in parallel. This all sounds normal, so what’s the problem?...

Team BuildMSBuild
Aug 9, 2011
0
0

Patch to improve perf and reliability of the Workflow Designer

Buck Hodges
Buck Hodges

Today the .NET team is releasing a cumulative update patch.  This has all of the QFEs up until a couple of months ago rolled into one patch.  Included as part of that is a patch for WPF that improves the performance of the Windows Workflow Designer as well as a hang that a number of folks have hit.  I had a few customers try it out, ...

Team Foundation ServerTeam Build
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 11, 2011
0
0

Making debugging easier: Source Indexing and Symbol Server

Buck Hodges
Buck Hodges

Have you ever tried to debug an issue in old binaries and you don’t remember which version of the source they correspond to?  Have you debugged without symbols because no one saved them?  Here’s how to make your life easier.One of the great features in Team Foundation Server 2010 Build is the ability to have your builds automa...

Team Foundation ServerTeam Build