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

Fixie.FixieArgs Type

Args type to configure the Fixie runner

Record fields

Record Field Description

Configuration

Full Usage: Configuration

Field type: string

The configuration under which to build

Field type: string

CustomArguments

Full Usage: CustomArguments

Field type: (string * string) list

Arbitrary arguments made available to custom discovery/execution classes.

Field type: (string * string) list

Framework

Full Usage: Framework

Field type: string

Only run test assemblies targeting a specific framework.

Field type: string

NoBuild

Full Usage: NoBuild

Field type: bool

Skip building the test project prior to running it.

Field type: bool

Report

Full Usage: Report

Field type: string

Write test results to the specified path, using the xUnit XML format.

Field type: string