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

AndroidPackageParams Type

The Android packaging 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

Configuration

Full Usage: Configuration

Field type: string

Build configuration, defaults to 'Release'

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 'bin/Release'

Field type: string

PackageAbiTargets

Full Usage: PackageAbiTargets

Field type: AndroidPackageAbiParam

Build an APK Targeting One ABI (used to reduce the size of the APK and support different CPU architectures)

Field type: AndroidPackageAbiParam

ProjectPath

Full Usage: ProjectPath

Field type: string

(Required) Path to the Android project file (not the solution 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

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

VersionStepper

Full Usage: VersionStepper

Field type: IncrementerVersion option

Used for multiple APK packaging to set different version code par ABI

Field type: IncrementerVersion option