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

.NET Core SDK install options

Record fields

Record Field Description

Architecture

Full Usage: Architecture

Field type: CliArchitecture

Architecture

Field type: CliArchitecture

Channel

Full Usage: Channel

Field type: string option

Specifies the source channel for the installation. The possible values are:

  • Current - Most current release.
  • LTS - Long-Term Support channel (most current supported release).
  • Two-part version in X.Y format representing a specific release (for example, 2.0 or 1.0).
  • Branch name. For example, release/2.0.0, release/2.0.0-preview2, or master (for nightly releases).
The default value is LTS. For more information on .NET support channels, see the .NET Support Policy page.

Use the CliChannel module, for example CliChannel.Current

Field type: string option

CustomInstallDir

Full Usage: CustomInstallDir

Field type: string option

Custom installation directory (for local build installation)

Field type: string option

DebugSymbols

Full Usage: DebugSymbols

Field type: bool

Include symbols in the installation (Switch does not work yet. Symbols zip is not being uploaded yet)

Field type: bool

DryRun

Full Usage: DryRun

Field type: bool

If set it will not perform installation but instead display what command line to use

Field type: bool

ForceInstall

Full Usage: ForceInstall

Field type: bool

Always download and run the installer, ignore potentially existing installations.

Field type: bool

InstallerOptions

Full Usage: InstallerOptions

Field type: InstallerOptions -> InstallerOptions

Custom installer obtain (download) options

Field type: InstallerOptions -> InstallerOptions

NoPath

Full Usage: NoPath

Field type: bool

Do not update path variable

Field type: bool

Version

Full Usage: Version

Field type: CliVersion

.NET Core SDK version

Field type: CliVersion

WorkingDirectory

Full Usage: WorkingDirectory

Field type: string

Command working directory

Field type: string

Static members

Static member Description

CliInstallOptions.Default

Full Usage: CliInstallOptions.Default

Returns: CliInstallOptions

Parameter default values.

Returns: CliInstallOptions