Summary
Gets or sets a value indicating whether to execute any time scripts.
- Namespace
- Cake
.Common .Tools .Roundhouse - Containing Type
- RoundhouseSettings
Syntax
public bool RunAllAnyTimeScripts { get; set; }
Value
Type | Description |
---|---|
bool |
This instructs RH to run any time scripts every time it is run. Defaults to false .
|