This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.
Summary
Returns builder class for settings for linking to files hosted in Azure DevOps.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- FileLinkSettings
Syntax
public static AzureDevOpsFileLinkSettingsBuilder ForAzureDevOps(Uri repositoryUrl)
Parameters
Name | Type | Description |
---|---|---|
repositoryUrl | Uri | Full URL of the Git repository,
e.g. . |
Return Value
Type | Description |
---|---|
Azure |
Builder class for the settings. |