MSBuildSettingsExtensions.

EnableBinaryLogger(MSBuildSettings) Method

Summary

Enables the binary logger with all the default settings.

Syntax

public static MSBuildSettings EnableBinaryLogger(this MSBuildSettings settings)

Parameters

Name Type Description
settings MSBuildSettings The settings.

Return Value

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