Summary
Enables the binary logger with the specified log file name and imports.
- Namespace
- Cake
.Common .Tools .DotNet .MSBuild - Containing Type
- Dot
Net M S Build Settings Extensions
Syntax
public static DotNetMSBuildSettings EnableBinaryLogger(this DotNetMSBuildSettings settings, string fileName, MSBuildBinaryLoggerImports imports)
Parameters
Name | Type | Description |
---|---|---|
settings | Dot |
The settings. |
fileName | string | The log file name. |
imports | M |
The imports. |
Return Value
Type | Description |
---|---|
Dot |
The same DotNetMSBuildSettings instance so that multiple calls can be chained. |