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

OBSOLETE

Use Fake.DotNet.MSBuild instead

MSBuildParams

A type for MSBuild task parameters

Record Fields

Record FieldDescription
BinaryLoggers
Signature: string list option

corresponds to the msbuild option '/bl'

DistributedLoggers
Signature: (MSBuildDistributedLoggerConfig * MSBuildDistributedLoggerConfig option) list option

corresponds to the msbuild option '/dl'

FileLoggers
Signature: MSBuildFileLoggerConfig list option

corresponds to the msbuild option '/fl'

MaxCpuCount
Signature: int option option

corresponds to the msbuild option '/m': - 'None' will omit the option. - 'Some None' will emit '/m'. - 'Some 2' will emit '/m:2'.

NoConsoleLogger
Signature: bool
NodeReuse
Signature: bool
NoLogo
Signature: bool
NoWarn
Signature: string list option
Properties
Signature: (string * string) list
RestorePackagesFlag
Signature: bool
Targets
Signature: string list
ToolPath
Signature: string

Set the MSBuild executable to use. Defaults to the latest installed MSBuild.

ToolsVersion
Signature: string option
Verbosity
Signature: MSBuildVerbosity option
WarnAsError
Signature: string list option