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

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

Image Image

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

Image Image

Use the default console colors for all logging messages.

DisableMPLogging

Full Usage: DisableMPLogging

Image Image

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

EnableMPLogging

Full Usage: EnableMPLogging

Image Image

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

ErrorsOnly

Full Usage: ErrorsOnly

Image Image

Show only errors.

ForceConsoleColor

Full Usage: ForceConsoleColor

Image Image

Undocumented switch to force ansi colors.

ForceNoAlign

Full Usage: ForceNoAlign

Image Image

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

LogParameter string

Full Usage: LogParameter string

Parameters:
    Item : string

Image Image

Other currently not supported parameter.

Item : string

NoItemAndPropertyList

Full Usage: NoItemAndPropertyList

Image Image

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

Image Image

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

PerformanceSummary

Full Usage: PerformanceSummary

Image Image

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

ShowCommandLine

Full Usage: ShowCommandLine

Image Image

Show TaskCommandLineEvent messages.

ShowEventId

Full Usage: ShowEventId

Image Image

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

ShowTimestamp

Full Usage: ShowTimestamp

Image Image

Show the timestamp as a prefix to any message.

Summary

Full Usage: Summary

Image Image

Show the error and warning summary at the end.

WarningsOnly

Full Usage: WarningsOnly

Image Image

Show only warnings.