This is part of the Fake.DotNet.Cli module.
Specifies the source channel for the installation.
Function or value | Description |
Branch(branchName)
Signature: branchName:'?12697 -> '?12697 option
Type parameters: '?12697
|
Branch name. For example, release/2.0.0, release/2.0.0-preview2, or master (for nightly releases).
|
Current
Signature: string option
|
Most current release.
|
LTS
Signature: string option
|
Long-Term Support channel (most current supported release).
|
Version major minor
Signature: major:int -> minor:int -> string option
|
Two-part version in X.Y format representing a specific release (for example, 2.0 or 1.0).
|