Category Archives: Workflow

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.

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 »