This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.MinVer.
Summary
Set the verbosity.
--verbosity <VERBOSITY>
error, warn, info (default), debug, or trace
- Assembly
- Cake
.MinVer .dll - Namespace
- Cake
.MinVer - Containing Type
- Min
Ver Settings Extensions
Syntax
public static MinVerSettings WithVerbosity(this MinVerSettings settings, MinVerVerbosity verbosity)
Parameters
Name | Type | Description |
---|---|---|
settings | MinVerSettings | The settings. |
verbosity | MinVerVerbosity | The verbosity. |
Return Value
Type | Description |
---|---|
MinVerSettings | The settings instance with Verbosity set to verbosity. |