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 FieldDescription
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 memberDescription
InstallerOptions.Default
Signature: InstallerOptions

Parameter default values.