IIssuesBuildServer.

DetermineCommitId(IIssuesContext, DirectoryPath) Method

Summary

Determines the SHA ID of the current commit.

Syntax

string DetermineCommitId(IIssuesContext context, DirectoryPath repositoryRootDirectory)

Parameters

Name Type Description
context IIssuesContext The Cake context.
repositoryRootDirectory DirectoryPath The root directory of the repository.

Return Value

Type Description
string The SHA ID of the current commit.
GitHub