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