Build Improvements with .NET Framework 4

VS2010

With the release of .NET Framework 4 and Visual Studio 2010 comes MSBuild 4.0. Among the many great features in this version are new mechanisms to allow you (or your build lab) to extend the default build targets files with your own customizations.

While some of this functionality did exist in previous versions, it has been made even easier and more powerful. This article will help you understand the new extensibility mechanisms and how they can be most effectively used.

This blog post will show how to add entry points to the build system where you could perform source control operations and custom publishing of your outputs.

Technorati Tags: Visual Studio 2010 Automated Build

Shout it