AppVeyorBuildSettings.

DetailsPattern Property

Summary

Gets or sets the pattern of the message details to display. See ReplaceIssuePattern(string, IIssue) for possible patterns. The default value is: "{Rule}: {MessageText}".

Syntax

public string DetailsPattern { get; set; }

Value

Type Description
string
GitHub