Summary
Gets or sets a value indicating whether to disable output of backup, items ran, permissions dumps, etc.
- Namespace
- Cake
.Common .Tools .Roundhouse - Containing Type
- RoundhouseSettings
Syntax
public bool DisableOutput { get; set; }
Value
Type | Description |
---|---|
bool |
Disable output of backups, items ran, permissions dumps, etc. Log files are kept. Useful for example in CI environment. Defaults to false .
|