DefaultCommandSettings.

Recompile Property

Namespace
Cake.Commands
Containing Type
DefaultCommandSettings

Syntax

[CommandOption("--" + Infrastructure.Constants.Cache.InvalidateScriptCache)]
[Description("Forces the script to be recompiled if caching is enabled.")]
public bool Recompile { get; set; }

Attributes

Type Description
CommandOption
DescriptionAttribute

Value

Type Description
bool