GrateSettings.

RunAllAnyTimeScripts Property

Summary

Gets or sets a value indicating whether to execute any time scripts.
Assembly
Cake.grate.dll
Namespace
Cake.Grate
Containing Type
GrateSettings

Syntax

public bool RunAllAnyTimeScripts { get; set; }

Value

Type Description
bool This instructs grate to run any time scripts every time it is run even if they haven’t changed. Defaults to false.