IIssuesBuildServer.

DetermineRepositoryRemoteUrl(IIssuesContext, DirectoryPath) Method

Summary

Determines the repository remote url.

Syntax

Uri DetermineRepositoryRemoteUrl(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
Uri The remote URL of the repository.
GitHub