RepositoryRefDefinition.Commit Property

Definition

Gets or sets the commit SHA to checkout. This value must be combined with the branch name to be valid. This takes precedence over semver.

[Newtonsoft.Json.JsonProperty(PropertyName="commit")]
public string Commit { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="commit")>]
member this.Commit : string with get, set
Public Property Commit As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to