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.AzureDevOps.
Summary
Initializes a new instance of the
AzureDevOpsBuildSettings
class.
- Assembly
- Cake
.AzureDevOps .dll - Namespace
- Cake
.AzureDevOps .Pipelines - Containing Type
- Azure
Dev Ops Build Settings
Syntax
public AzureDevOpsBuildSettings(Uri collectionUrl, Guid projectGuid, int buildId, IAzureDevOpsCredentials credentials)
Parameters
Name | Type | Description |
---|---|---|
collectionUrl | Uri | Full URL of the Azure DevOps collection,
eg. . |
projectGuid | Guid | ID of the project. |
buildId | int | ID of the build. |
credentials | I |
Credentials to use to authenticate against Azure DevOps. |
Return Value
Type | Description |
---|---|
void |