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

DotNet.CliVersion Type

.NET Core SDK version (used to specify version when installing .NET Core SDK)

Union cases

Union case Description

Coherent

Full Usage: Coherent

Latest coherent build on the channel; uses the latest stable package combination (used with Branch name -Channel options).

GlobalJson

Full Usage: GlobalJson

Take version from global.json and fail if it is not found.

Latest

Full Usage: Latest

Latest build on the channel (used with the -Channel option).

Version string

Full Usage: Version string

Parameters:
    Item : string

Three-part version in X.Y.Z format representing a specific build version; supersedes the -Channel option. For example: 2.0.0-preview2-006120.

Item : string