This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.MinVer.
Summary
Set the default pre-release phase.
--default-pre-release-phase <PHASE>
alpha (default), preview, etc.
- Assembly
- Cake
.MinVer .dll - Namespace
- Cake
.MinVer - Containing Type
- Min
Ver Settings Extensions
Syntax
public static MinVerSettings WithDefaultPreReleasePhase(this MinVerSettings settings, string defaultPreReleasePhase)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | MinVerSettings | The settings. |
| defaultPreReleasePhase | string | The build metadata. |
Return Value
| Type | Description |
|---|---|
| MinVerSettings | The settings instance with DefaultPreReleasePhase set to defaultPreReleasePhase. |
