DotNetMSBuildSettingsExtensions.

EnableBinaryLogger(DotNetMSBuildSettings, string, MSBuildBinaryLoggerImports) Method

Summary

Enables the binary logger with the specified log file name and imports.

Syntax

public static DotNetMSBuildSettings EnableBinaryLogger(this DotNetMSBuildSettings settings, string fileName, MSBuildBinaryLoggerImports imports)

Parameters

Name Type Description
settings DotNetMSBuildSettings The settings.
fileName string The log file name.
imports MSBuildBinaryLoggerImports The imports.

Return Value

Type Description
DotNetMSBuildSettings The same DotNetMSBuildSettings instance so that multiple calls can be chained.