DotNetBuildSettings.BuildOptions property

The options and flags used by DotNetBuild.

public DotNetBuildOptions? BuildOptions { get; set; }

Remarks

Any properties not set before AddDotNetTargets is called will be set afterward.

See Also