Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

MSBuildLogParameter

Union Cases

Union CaseDescription
Append
Signature:

Determines whether the build log is appended to the log file or overwrites it. When you set the switch, the build log is appended to the log file. When the switch is not present, the contents of an existing log file are overwritten. If you include the append switch, no matter whether it is set to true or false, the log is appended. If you do not include the append switch, the log is overwritten.

DisableConsoleColor
Signature:

Use the default console colors for all logging messages.

DisableMPLogging
Signature:

Disable the multiprocessor logging style of output when running in non-multiprocessor mode.

EnableMPLogging
Signature:

Enable the multiprocessor logging style even when running in non-multiprocessor mode. This logging style is on by default.

ErrorsOnly
Signature:

Show only errors.

ForceConsoleColor
Signature:

Undocumented switch to force ansi colors.

ForceNoAlign
Signature:

Don't align the text to the size of the console buffer.

LogParameter(string)
Signature: string

Other currently not supported parameter.

NoItemAndPropertyList
Signature:

Don't show the list of items and properties that would appear at the start of each project build if the verbosity level is set to diagnostic.

NoSummary
Signature:

Don't show the error and warning summary at the end.

PerformanceSummary
Signature:

Show the time that’s spent in tasks, targets, and projects.

ShowCommandLine
Signature:

Show TaskCommandLineEvent messages.

ShowEventId
Signature:

Show the event ID for each started event, finished event, and message.

ShowTimestamp
Signature:

Show the timestamp as a prefix to any message.

Summary
Signature:

Show the error and warning summary at the end.

WarningsOnly
Signature:

Show only warnings.