BaseCheckingCommitIdCapability<T>.

GetLastSourceCommitId() Method

Summary

Gets the hash of the latest commit on the source branch.

Syntax

public abstract string GetLastSourceCommitId()

Return Value

Type Description
string The hash of the latest commit on the source branch, null or System.String.Empty if no pull request could be found.
GitHub