MSBuildSettingsExtensions.

EnableBinaryLogger(MSBuildSettings, string) Method

Summary

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

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.