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

FakeExecutionContext Type

FAKE execution context type

Record fields

Record Field Description

Arguments

Full Usage: Arguments

Field type: string list

Script arguments

Field type: string list

Context

Full Usage: Context

Field type: ConcurrentDictionary<string, obj>

The context data

Field type: ConcurrentDictionary<string, obj>

IsCached

Full Usage: IsCached

Field type: bool

Mark if script is cached

Field type: bool

ScriptFile

Full Usage: ScriptFile

Field type: string

The script file current build is running

Field type: string

Static members

Static member Description

FakeExecutionContext.Create(isCached) (scriptFile) (args)

Full Usage: FakeExecutionContext.Create(isCached) (scriptFile) (args)

Parameters:
    isCached : bool
    scriptFile : string
    args : string list

Returns: FakeExecutionContext
isCached : bool
scriptFile : string
args : string list
Returns: FakeExecutionContext