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

iOSBuildParams Type

The iOS build parameter type

Record fields

Record Field Description

BinaryLoggers

Full Usage: BinaryLoggers

Field type: string list option

The binary logger configurations

Field type: string list option

BuildIpa

Full Usage: BuildIpa

Field type: bool

Indicates if an IPA file should be generated

Field type: bool

Configuration

Full Usage: Configuration

Field type: string

Build configuration, defaults to 'Debug'

Field type: string

DistributedLoggers

Full Usage: DistributedLoggers

Field type: (MSBuildDistributedLoggerConfig * MSBuildDistributedLoggerConfig option) list option

The distributed logger configurations

Field type: (MSBuildDistributedLoggerConfig * MSBuildDistributedLoggerConfig option) list option

FileLoggers

Full Usage: FileLoggers

Field type: MSBuildFileLoggerConfig list option

The MSBuild file logger configurations

Field type: MSBuildFileLoggerConfig list option

MaxCpuCount

Full Usage: MaxCpuCount

Field type: int option option

Max CPU count to use

Field type: int option option

NoConsoleLogger

Full Usage: NoConsoleLogger

Field type: bool

Disable/enable console logging, default is false

Field type: bool

NoLogo

Full Usage: NoLogo

Field type: bool

Disable/enable logging, default is false

Field type: bool

NodeReuse

Full Usage: NodeReuse

Field type: bool

Disable/enable node re-use, default is false

Field type: bool

OutputPath

Full Usage: OutputPath

Field type: string

Output path for build, defaults to project settings

Field type: string

Platform

Full Usage: Platform

Field type: string

Build platform, defaults to 'iPhoneSimulator'

Field type: string

ProjectPath

Full Usage: ProjectPath

Field type: string

(Required) Path to solution or project file

Field type: string

Properties

Full Usage: Properties

Field type: (string * string) list

Additional MSBuild properties, defaults to empty list

Field type: (string * string) list

RestorePackagesFlag

Full Usage: RestorePackagesFlag

Field type: bool

Disable/enable package restoring, default is false

Field type: bool

Target

Full Usage: Target

Field type: string

Build target, defaults to Build

Field type: string

ToolsVersion

Full Usage: ToolsVersion

Field type: string option

Tools version

Field type: string option

Verbosity

Full Usage: Verbosity

Field type: MSBuildVerbosity option

Set verbosity level

Field type: MSBuildVerbosity option