Summary
Gets the latest version control change that is included in this build.
- Namespace
- Cake
.Common .Build .AzurePipelines .Data - Containing Type
- Azure
Pipelines Repository Info
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. |