IssuesParameters<TInputFiles, TReporting, TBuildServer, TPullRequestSystem>.

BuildIdentifier Property

Summary

Gets or sets a identifier for the build run. If set this identifier will be used to identify to artifacts provided by the build if building on multiple configurations. Default value is string.Empty.

Syntax

public string BuildIdentifier { get; set; }

Value

Type Description
string
GitHub