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.CliChannel Module

Specifies the source channel for the installation.

Functions and values

Function or value Description

Branch branchName

Full Usage: Branch branchName

Parameters:
    branchName : 'a

Returns: 'a option

Branch name. For example, release/2.0.0, release/2.0.0-preview2, or master (for nightly releases).

branchName : 'a
Returns: 'a option

Current

Full Usage: Current

Returns: string option

Most current release.

Returns: string option

LTS

Full Usage: LTS

Returns: string option

Long-Term Support channel (most current supported release).

Returns: string option

Version major minor

Full Usage: Version major minor

Parameters:
    major : int
    minor : int

Returns: string option

Two-part version in X.Y format representing a specific release (for example, 2.0 or 1.0).

major : int
minor : int
Returns: string option