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

DocFx.CommonParams Type

Common parameters for DocFx executable

Record fields

Record Field Description

DocFxPath

Full Usage: DocFxPath

Field type: string

The tool path - FAKE tries to find docfx.exe automatically in any sub folder.

Field type: string

Timeout

Full Usage: Timeout

Field type: TimeSpan

Specify a timeout for DocFx. Default: 5 min.

Field type: TimeSpan

WorkingDirectory

Full Usage: WorkingDirectory

Field type: string

Specify the process working directory

Field type: string

Static members

Static member Description

CommonParams.Create()

Full Usage: CommonParams.Create()

Returns: CommonParams

Common default parameters

Returns: CommonParams