mikefourie-zz / MSBuildExtensionPack

MIT License
366 stars 104 forks source link

Build status Documentation Status

The MSBuild Extension Pack provides a collection of over 480 MSBuild Tasks, MSBuild Loggers and MSBuild TaskFactories.

A high level summary of what the tasks currently cover includes the following:

The MSBuild Extension Pack is provided in two versions. The 3.5. version supports the .Net Framework 3.5 and the 4.0. version supports the .Net Framework 4.0.

The MSBuild Extension Pack implements a TaskAction based design which aims to improve usability and maintenance whilst reducing the code base, e.g. to start or stop a website, typically two task files would be created to perform each task, whereas the MSBuild Extension Pack accomplishes this in a single task file using TaskAction=”Stop” and TaskAction=”Start”.

Each task is documented and provided with an example in the help file. Where applicable, tasks are remote enabled, simply specify a MachineName with optional credentials and the task will target the remote machine.

Feedback

Direct feedback via the Issues

You may also wish to follow on Twitter

If you are a frequent user of MSBuild, take a look at MSBuild Explorer