“...the best thing since sliced bread when it comes to managing projects and their environments...” “...we implemented a *real* deployment process...” “BuildMaster is a great tool for automating the build process, but stands head and shoulders above other tools...” “...BuildMaster makes sense of incremental builds and their very liquid feature sets...” “...manual, error-prone deployments are a thing of the past...” “...this is a very solid piece of software!” “...it's 2:45 AM your time?! Do you guys never sleep?” “...extremely capable software, especially in an enterprise environment...” “...our confidence in the reliability and repeatability of the deployment process has been restored...” “BuildMaster is absolutely swell!” “BuildMaster made us re-think what proper deployment is...” “...we can now react at the speed of business...” “...all of my projects are building wonderfully and are fully integrated into deployment...”

BuildMaster Extensions

Build .NET MSBuild Project Action

This action is used to execute an MSBuild script.

Action Fields

MSBuild File Path

The path of the .msbuild file to execute. This is relative to the Source Directory.

MSBuild Target

The MSBuild Target property. For example: Build.

MSBuild Properties

Optionally provide any additional properties you would like to pass to MSBuild. Specify one property/value pair per line. For example:

	WarningLevel=2
	Optimize=false