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
iOSBuildParams
The iOS build paramater type
Record Fields
Record Field | Description |
BinaryLoggers
Signature: string list option
|
|
BuildIpa
Signature: bool
|
Indicates if an IPA file should be generated |
Configuration
Signature: string
|
Build configuration, defaults to 'Debug' |
DistributedLoggers
Signature: (MSBuildDistributedLoggerConfig * MSBuildDistributedLoggerConfig option) list option
|
|
FileLoggers
Signature: MSBuildFileLoggerConfig list option
|
|
MaxCpuCount
Signature: int option option
|
|
NoConsoleLogger
Signature: bool
|
|
NodeReuse
Signature: bool
|
|
NoLogo
Signature: bool
|
|
OutputPath
Signature: string
|
Output path for build, defaults to project settings |
Platform
Signature: string
|
Build platform, defaults to 'iPhoneSimulator' |
ProjectPath
Signature: string
|
(Required) Path to solution or project file |
Properties
Signature: (string * string) list
|
Additional MSBuild properties, defaults to empty list |
RestorePackagesFlag
Signature: bool
|
|
Target
Signature: string
|
Build target, defaults to Build |
ToolsVersion
Signature: string option
|
|
Verbosity
Signature: MSBuildVerbosity option
|