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
OBSOLETE
FAKE0001 Use the Fake.Installer.Squirrel module instead
Squirrel
Contains types and utility functions related to creating Squirrel installer.
Nested types and modules
Type | Description |
SquirrelParams |
OBSOLETEFAKE0001 Use the Fake.Installer.Squirrel module instead The Squirrel Console Parameters type. FAKE will use SquirrelDefaults for values not provided. For reference, see: Squirrel Command Line Options |
Functions and values
Function or value | Description | ||
SquirrelDefaults
Signature: SquirrelParams
Attributes: [<Obsolete("FAKE0001 Use the Fake.Installer.Squirrel module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Installer.Squirrel module instead The Squirrel default parameters. Defaults
|
||
SquirrelPack setParams nugetPackage
Signature: setParams:(SquirrelParams -> SquirrelParams) -> nugetPackage:string -> unit
Attributes: [<Obsolete("FAKE0001 Use Fake.Installer.Squirrel.releasify instead")>] |
OBSOLETEFAKE0001 Use Fake.Installer.Squirrel.releasify instead Creates a Squirrel installer for given NuGet package Will fail if Squirrel terminates with non-zero exit code. Parameters
Sample usage
union case Option.Some: Value: 'T -> Option<'T>
|