Summary
Gets or sets the regular expression that is used to extract the issue ID from a GIT commit message. Defaults
to '(?:#)(\d+)', i.e. a hash sign followed by a number of digits.
- Namespace
- NBuildKit
.MsBuild .Tasks .VersionControl - Containing Type
- Extract
Issue Ids From Git Commit Messages
Syntax
public string IssueIdRegex { get; set; }
Value
Type | Description |
---|---|
string |