LibManSettingsExtensions.

WithVerbosity(LibManSettings, LibManVerbosity) Method

Summary

Sets the verbosity level which should be used to run the libman command.
Assembly
Cake.LibMan.dll
Namespace
Cake.LibMan
Containing Type
LibManSettingsExtensions

Syntax

public static LibManSettings WithVerbosity(this LibManSettings settings, LibManVerbosity verbosity)

Parameters

Name Type Description
settings LibManSettings The settings.
verbosity LibManVerbosity Log level which should be used to run the libman command.

Return Value

Type Description
LibManSettings The settings instance with Verbosity set to verbosity.