AppVeyorBuildSettings.

MessagePattern Property

Summary

Gets or sets the pattern of the message to display. See ReplaceIssuePattern(string, IIssue) for possible patterns. The default value is: "Project: {ProjectName}, File: {FilePath}, Line: {Line}".

Syntax

public string MessagePattern { get; set; }

Value

Type Description
string
GitHub