FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

MSBuildLogParameter Type

MSBuild log option See msbuild-command-line-reference

Union cases

Union case Description

Append

Full Usage: Append

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

Full Usage: DisableConsoleColor

Use the default console colors for all logging messages.

DisableMPLogging

Full Usage: DisableMPLogging

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

EnableMPLogging

Full Usage: EnableMPLogging

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

ErrorsOnly

Full Usage: ErrorsOnly

Show only errors.

ForceConsoleColor

Full Usage: ForceConsoleColor

Undocumented switch to force ansi colors.

ForceNoAlign

Full Usage: ForceNoAlign

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

LogParameter string

Full Usage: LogParameter string

Parameters:
    Item : string

Other currently not supported parameter.

Item : string

NoItemAndPropertyList

Full Usage: NoItemAndPropertyList

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

Full Usage: NoSummary

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

PerformanceSummary

Full Usage: PerformanceSummary

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

ShowCommandLine

Full Usage: ShowCommandLine

Show TaskCommandLineEvent messages.

ShowEventId

Full Usage: ShowEventId

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

ShowTimestamp

Full Usage: ShowTimestamp

Show the timestamp as a prefix to any message.

Summary

Full Usage: Summary

Show the error and warning summary at the end.

WarningsOnly

Full Usage: WarningsOnly

Show only warnings.