MSBuildSettings.

NoImplicitTarget Property

Summary

Gets or sets a value indicating whether implicit target should be passed to MSBuild. If set to true, no targets will be specified. If set to false, and no targets specified, Build target will be passed by default.
Namespace
Cake.Common.Tools.MSBuild
Containing Type
MSBuildSettings

Syntax

public bool? NoImplicitTarget { get; set; }

Value

Type Description
bool?