This is part of the Fake.DotNet.Cli module.
CliInstallOptions
.NET Core SDK install options
Record Fields
Record Field | Description |
Architecture
Signature: CliArchitecture
|
Architecture |
Channel
Signature: string option
|
Specifies the source channel for the installation. The possible values are:
- The default value is Use the |
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 |
ForceInstall
Signature: bool
|
Always download and run the installer, ignore potentiall existing installations. |
InstallerOptions
Signature: InstallerOptions -> InstallerOptions
|
Custom installer obtain (download) options |
NoPath
Signature: bool
|
Do not update path variable |
Version
Signature: CliVersion
|
.NET Core SDK version |
WorkingDirectory
Signature: string
|
Command working directory |
Static members
Static member | Description |
CliInstallOptions.Default
Signature: CliInstallOptions
|
Parameter default values. |