Category Archives: TeamBuild

MSBuild – Running in Parallel

      No Comments on MSBuild – Running in Parallel

MSDN Article: http://msdn.microsoft.com/en-us/library/bb651793.aspx some way to use foreachhttp://www.differentpla.net/content/2010/08/msbuild-target-batching-each-simplified Using this concept and Running Targets in Parallelhttp://mikefourie.wordpress.com/2010/12/04/running-targets-in-parallel-in-msbuild/   This would somehow won’t produce the nice logging to read though.

How to Schedule TeamBuilds to run on various Schedules

How to Schedule TeamBuilds to run on various Schedules As far as we know, we only have couple of options to schedule to the TeamBuild 2010. a. Manual Builds – Manual Interventionb. Continious Integration – After each Check-Inc. Rolling Builds – After Check-in but on accumulation of Check-Insd. Gated Check-Ins… Read more »

Passing Values Between Build Controller and Agents in TeamBuild 2010

If we are familiar with any of the programming languages, we know the scope of Variables defined in Global/Parent scope and private scope. A Variable defined in Global can be used in Parent implementations and its own child implementations. There will be facility to update the global value inside the… Read more »