DotNetBuildOptions class

The options and flags used by DotNetBuild.

public sealed class DotNetBuildOptions

Public Members

name description
DotNetBuildOptions() The default constructor.
BuildNumberOption { get; set; } The automated build number.
ConfigurationOption { get; set; } The configuration to build.
NoTestFlag { get; set; } The “no test” flag.
NuGetOutputOption { get; set; } Directory for generated package.
PlatformOption { get; set; } The platform to build.
TriggerOption { get; set; } The git branch or tag that triggered the build.
VerbosityOption { get; set; } The build verbosity.
VersionSuffixOption { get; set; } Generates a prerelease package.

See Also