FAKE.Dotnet


DotnetSdkInstallOptions

Namespace: Fake
Parent Module: Dotnet

.NET Core SDK install options

Record Fields

Record FieldDescription
Architecture
Signature: DotnetSdkArchitecture

Architecture

CustomInstallDir
Signature: string option

Custom installation directory (for local build installation)

DebugSymbols
Signature: bool

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

DryRun
Signature: bool

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

Channel
Signature: string option

.NET Core SDK channel (defaults to normalized installer branch)

InstallerOptions
Signature: DotnetSdkInstallerOptions -> DotnetSdkInstallerOptions

Custom installer obtain (download) options

NoPath
Signature: bool

Do not update path variable

ProxyAddress
Signature: string option

If set, the installer will use the proxy when making web requests

SharedRuntime
Signature: bool

Installs just the shared runtime bits, not the entire SDK

Verbose
Signature: bool

Displays diagnostics information.

Version
Signature: DotnetSdkVersion

.NET Core SDK version

Static members

Static memberDescription
Default
Signature: DotnetSdkInstallOptions

Parameter default values.

CompiledName: get_Default