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.Nuget.Versioning.
Summary
If the branch name match with one of the regexp in this array, the branch is
identified as a final branch. The version won't contain pre-release suffix.
Default value: new[] { "^master$" }
- Assembly
- Cake
.Nuget .Versioning .dll - Namespace
- Cake
.Nuget .Versioning - Containing Type
- Build
Nuget Version From Branch Settings
Syntax
public string[] PreReleaseFilters { get; set; }
Value
Type | Description |
---|---|
string[] |