DefaultCommandSettings.

Recompile Property

Summary

Gets or sets a value indicating whether to force the script to be recompiled if caching is enabled.
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