BuildNugetVersionFromBranchSettings.

PreReleaseFilters Property

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$" }

Syntax

public string[] PreReleaseFilters { get; set; }

Value

Type Description
string[]