Summary
Gets an instance of the file link settings for linking to files hosted in Azure DevOps
on a specific branch.
Syntax
public static FileLinkSettings IssueFileLinkSettingsForAzureDevOpsBranch(this ICakeContext context, Uri repositoryUrl, string branch)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
repositoryUrl |
Uri |
Full URL of the Git repository,
eg. https://dev.azure.com/myorganization/_git/myrepo . |
branch |
string |
Name of the branch on which the file linking will be based on. |
Return Value
Type |
Description |
FileLinkSettings |
Settings for linking files hosted on Azure DevOps or Azure DevOps Server. |