Configuration to use for building the project. Default for most projects is "Debug"
Log the command to the console
Target framework to build for. The target framework has to be specified in the project file.
Any extra options that should be passed to MSBuild. See dotnet msbuild -h for available options
Set this flag to ignore project-to-project references and only build the root project
Disables incremental build.
Output directory in which to place built artifacts
Target runtime to build for. The default is to build a portable application.
sets the console verbosity. valid values?: 'quiet', 'minimal', 'normal', 'detailed', 'diagnostic'
Sets the $(Version) property in msbuild
Defines the value for the $(VersionSuffix) property in the project
Generated using TypeDoc
{IBuildModel}
IBuildModel