AzurePipelinesRepositoryInfo.

SourceVersion Property

Summary

Gets the latest version control change that is included in this build.

Syntax

public string SourceVersion { get; }

Remarks

Note: for Git this is the commit ID. For TFVC this is the changeset.

Value

Type Description
string The SCM source version.