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 tag prefix.
--tag-prefix <TAG_PREFIX>
- Assembly
- Cake
.MinVer .dll - Namespace
- Cake
.MinVer - Containing Type
- Min
Ver Settings Extensions
Syntax
public static MinVerSettings WithTagPrefix(this MinVerSettings settings, string tagPrefix)
Parameters
Name | Type | Description |
---|---|---|
settings | MinVerSettings | The settings. |
tagPrefix | string | The tag prefix. |
Return Value
Type | Description |
---|---|
MinVerSettings | The settings instance with Repo set to tagPrefix. |