thebuildmaster.blogspot.com
Andy Wahrenberger: September 2010
http://thebuildmaster.blogspot.com/2010_09_01_archive.html
I’m a recovering Application Developer turned Build Master. Thursday, September 9, 2010. What is a Build Master. 8220;There is a reason why Garbage Men have a title of Sanitation Engineer…”. For a non-software shop, the function of Build Master is that bridge from Development to Operations/Infrastructure/Support, build just happens to be the primary function or output that is produced. Think of it this way, successful projects are ones that deploy on time. Projects deploy succes...A Build Master is no...
thebuildmaster.blogspot.com
Andy Wahrenberger: What is a Build Master
http://thebuildmaster.blogspot.com/2010/09/what-is-build-master.html
I’m a recovering Application Developer turned Build Master. Thursday, September 9, 2010. What is a Build Master. 8220;There is a reason why Garbage Men have a title of Sanitation Engineer…”. For a non-software shop, the function of Build Master is that bridge from Development to Operations/Infrastructure/Support, build just happens to be the primary function or output that is produced. Think of it this way, successful projects are ones that deploy on time. Projects deploy succes...A Build Master is no...
thebuildmaster.blogspot.com
Andy Wahrenberger: Building Windows 8 Modern (Metro) Applications with Team Build 2010
http://thebuildmaster.blogspot.com/2012/09/building-windows-8-modern-metro.html
I’m a recovering Application Developer turned Build Master. Wednesday, September 5, 2012. Building Windows 8 Modern (Metro) Applications with Team Build 2010. It's been a while since I have had the chance to post, but just got this up and running. How to get Team Build 2010 to build and Package Windows 8 Modern (Metro) Applications:. Install Windows Server 2012, just hit MSDN ( http:/ msdn.microsoft.com/en-us/evalcenter/hh708764.aspx. Install and configure Team Build 2010 (with SP1 of cource).
thebuildmaster.blogspot.com
Andy Wahrenberger: February 2011
http://thebuildmaster.blogspot.com/2011_02_01_archive.html
I’m a recovering Application Developer turned Build Master. Thursday, February 10, 2011. MVCConf Materials: Industrial Strength NuGet. Want to again shout out to The Hex, Eric Hexter. For getting me involved, coordinating, guiding, all that good stuff. And thank you those that attended. Link to the basic materials – ( http:/ tinyurl.com/4m7exyo. Widgets.com.zip: Simulated project of a consumer of a NuGet. Industrial Strength Nuget.pptx: Deck for the presentation. Setup of the environment.
thebuildmaster.blogspot.com
Andy Wahrenberger: September 2012
http://thebuildmaster.blogspot.com/2012_09_01_archive.html
I’m a recovering Application Developer turned Build Master. Wednesday, September 5, 2012. Building Windows 8 Modern (Metro) Applications with Team Build 2010. It's been a while since I have had the chance to post, but just got this up and running. How to get Team Build 2010 to build and Package Windows 8 Modern (Metro) Applications:. Install Windows Server 2012, just hit MSDN ( http:/ msdn.microsoft.com/en-us/evalcenter/hh708764.aspx. Install and configure Team Build 2010 (with SP1 of cource). Picture Wi...
thebuildmaster.blogspot.com
Andy Wahrenberger: Here we go….
http://thebuildmaster.blogspot.com/2010/09/here-we-go.html
I’m a recovering Application Developer turned Build Master. Thursday, September 9, 2010. Here we go…. My name is Andy Wahrenberger, I’m a recovering Application Developer turned Build Master. I spent the first almost 10 years of my career with head buried in my own troubles. I then was smart (or stupid based on your perspective) to own up to the ability to write a batch files that could kick off a build. That had led me down this, the Build Master path. Subscribe to: Post Comments (Atom).
thebuildmaster.blogspot.com
Andy Wahrenberger: Base Team Build Directories Setup
http://thebuildmaster.blogspot.com/2010/10/base-team-build-setup.html
I’m a recovering Application Developer turned Build Master. Tuesday, October 19, 2010. Base Team Build Directories Setup. So you want to setup a Build server, sounds easy doesn’t it? 160; It actually is, just need to account for a few little details, primarily 2 directories, the build working directory and the build drops directory. The biggest killer of a build server is the infamous MAX PATH. Limitation, limiting files on disk to 260 characters or less:. Setup your build working directory. My preferen...
thebuildmaster.blogspot.com
Andy Wahrenberger: October 2010
http://thebuildmaster.blogspot.com/2010_10_01_archive.html
I’m a recovering Application Developer turned Build Master. Tuesday, October 19, 2010. Base Team Build Directories Setup. So you want to setup a Build server, sounds easy doesn’t it? 160; It actually is, just need to account for a few little details, primarily 2 directories, the build working directory and the build drops directory. The biggest killer of a build server is the infamous MAX PATH. Limitation, limiting files on disk to 260 characters or less:. Setup your build working directory. My preferen...
thebuildmaster.blogspot.com
Andy Wahrenberger: TFS 2010 SP1 Goody: Using the API to retrieve Code Coverage Information for a Build
http://thebuildmaster.blogspot.com/2011/06/tfs-2010-sp1-goody-using-api-to.html
I’m a recovering Application Developer turned Build Master. Thursday, June 2, 2011. TFS 2010 SP1 Goody: Using the API to retrieve Code Coverage Information for a Build. There was a new approach for exposing Test related information in TFS 2010 in the API thru the new. It was particularly easy to get the Unit Test information for a give build URI:. Tfs = new TfsTeamProjectCollection. Uri myBuild= new Uri(. 8230; some build URI…. Tcm = ( TestManagementService. TeamProject = tcm.GetTeamProject(. There was a...