Summary
Sets the build log verbosity.
- Namespace
- Cake
.Common .Tools .MSBuild - Containing Type
- M
S Build Settings Extensions
Syntax
public static MSBuildSettings SetVerbosity(this MSBuildSettings settings, Verbosity verbosity)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | MSBuildSettings | The settings. |
| verbosity | Verbosity | The build log verbosity. |
Return Value
| Type | Description |
|---|---|
| MSBuildSettings | The same MSBuildSettings instance so that multiple calls can be chained. |
