Summary
Disables the default console logger, and not log events to the console.
- Namespace
- Cake
.Common .Tools .DotNet .MSBuild - Containing Type
- Dot
Net M S Build Settings Extensions
Syntax
public static DotNetMSBuildSettings DisableConsoleLogger(this DotNetMSBuildSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | Dot |
The settings. |
Return Value
Type | Description |
---|---|
Dot |
The same DotNetMSBuildSettings instance so that multiple calls can be chained. |