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