Summary
Gets the MSBuild
Verbosity
from string value.
- Namespace
- Cake
.Common .Tools .MSBuild - Containing Type
- M
S Build Verbosity Extensions
Syntax
public static Verbosity GetMSBuildVerbosity(this string verbosity)
Remarks
Valid values are 'quiet', 'minimal', 'normal', 'detailed' and 'diagnostic'.
Parameters
Name | Type | Description |
---|---|---|
verbosity | string | The verbosity string value. |