This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.PullRequests.
Summary
Gets the hash of the latest commit on the source branch.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Containing Type
- Base
Checking Commit Id Capability <T>
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. |