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.InstallerOptions Type

.NET Core SDK installer download options

Record fields

Record Field Description

AlwaysDownload

Full Usage: AlwaysDownload

Field type: bool

Always download install script (otherwise install script is cached in temporary folder)

Field type: bool

Branch

Full Usage: Branch

Field type: string

Download installer from this github branch

Field type: string

CustomDownloadDir

Full Usage: CustomDownloadDir

Field type: string option
Field type: string option

Static members

Static member Description

InstallerOptions.Default

Full Usage: InstallerOptions.Default

Returns: InstallerOptions

Parameter default values.

Returns: InstallerOptions