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
DeleteReleasesOptions
Options for deleting a range of releases in a project
Record Fields
Record Field | Description |
Channel
Signature: string option
|
If specified, only releases associated with the channel will be deleted; specify this argument multiple times to target multiple channels |
Common
Signature: Options
|
Common parameters |
MaxVersion
Signature: string
|
Maximum (inclusive) version number for the range of versions to delete |
MinVersion
Signature: string
|
Minimum (inclusive) version number for the range of versions to delete |
Project
Signature: string
|
Name of the project |