Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
InstallerOptions
.NET Core SDK installer download options
Record Fields
Record Field | Description |
AlwaysDownload
Signature: bool
|
Always download install script (otherwise install script is cached in temporary folder) |
Branch
Signature: string
|
Download installer from this github branch |
CustomDownloadDir
Signature: string option
|
Static members
Static member | Description |
InstallerOptions.Default
Signature: InstallerOptions
|
Parameter default values. |