Summary
Gets or sets a value indicating whether to display report summary at the end of Cake execution.
- Namespace
- Cake
.Commands - Containing Type
- Default
Command Settings
Syntax
[CommandOption("--" + Infrastructure.Constants.CakeExecution.NoReport)]
[Description("Prevent the display of the summary report at the end of Cake Execution.")]
public bool NoReport { get; set; }
Attributes
| Type | Description |
|---|---|
| CommandOption | |
| DescriptionAttribute |
Value
| Type | Description |
|---|---|
| bool |
