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
Use Fake.Windows.Choco instead
ChocoPushParams
The choco push parameter type.
Record Fields
Record Field | Description |
AdditionalArgs
Signature: string
|
A character string containing additional arguments to give to choco. |
ApiKey
Signature: string
|
The api key for the source. If not specified (and not local file source), does a lookup.
If not specified and one is not found for an https source, push will fail.
Equivalent to the |
NonInteractive
Signature: bool
|
Do not prompt for user input or confirmations. Default |
Source
Signature: string
|
The source we are pushing the package to. Default: "https://chocolatey.org/"
Equivalent to the |
Timeout
Signature: TimeSpan
|
The choco execution timeout. |
ToolPath
Signature: string
|
The location of the choco executable. Automatically found if null or empty. |