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

ExecParams Type

Parameter type for process execution.

Record fields

Record Field Description

Args

Full Usage: Args

Field type: (string * string) list

Command-line argument pairs. The value will be quoted if it contains a string, and the result will be appended to the CommandLine property. If the key ends in a letter or number, a space will be inserted between the key and the value.

Field type: (string * string) list

CommandLine

Full Usage: CommandLine

Field type: string

Command-line parameters in a string.

Field type: string

Program

Full Usage: Program

Field type: string

The path to the executable, without arguments.

Field type: string

WorkingDir

Full Usage: WorkingDir

Field type: string

The working directory for the program. Defaults to "".

Field type: string

Static members

Static member Description

ExecParams.Empty

Full Usage: ExecParams.Empty

Returns: ExecParams

Default parameters for process execution.

Returns: ExecParams