Summary
Returns the URL of the remote repository.
- Assembly
- Cake
.Frosting .Issues .Recipe .dll - Namespace
- Cake
.Frosting .Issues .Recipe - Containing Type
- I
Repository Info Provider
Syntax
Uri GetRepositoryRemoteUrl(ICakeContext context, DirectoryPath repositoryRootDirectory)
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The Cake context. |
repositoryRootDirectory | DirectoryPath | Root directory of the repository. |
Return Value
Type | Description |
---|---|
Uri | The URL of the remote repository. |