DotNetMSBuildSettingsExtensions.

EnableBinaryLogger(DotNetMSBuildSettings) Method

Summary

Enables the binary logger with all the default settings.

Syntax

public static DotNetMSBuildSettings EnableBinaryLogger(this DotNetMSBuildSettings settings)

Parameters

Name Type Description
settings DotNetMSBuildSettings The settings.

Return Value

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