Summary
Sets whether or not detailed summary should be enabled.
- Namespace
- Cake
.Common .Tools .MSBuild - Containing Type
- M
S Build Settings Extensions
Syntax
public static MSBuildSettings SetDetailedSummary(this MSBuildSettings settings, bool detailedSummary)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | MSBuildSettings | The settings. |
| detailedSummary | bool | true if detailed summary should be enabled; otherwise false. |
Return Value
| Type | Description |
|---|---|
| MSBuildSettings | The same MSBuildSettings instance so that multiple calls can be chained. |
