BuildMaster Action Details

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