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.
I never thought that displaying Hyperlink is so simple using WriteCustomSummaryInformation String.Format(“My Custom step:[{0}]({1})”,”View Log File”, ““);
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 »