Summary
Determines the repository remote url.
- Assembly
- Cake
.Frosting .Issues .Recipe .dll - Namespace
- Cake
.Frosting .Issues .Recipe - Containing Type
- IIssuesBuildServer
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. |