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
Constructs the settings object for a specific build using the access token provided by Azure Pipelines.
- Assembly
- Cake
.AzureDevOps .dll - Namespace
- Cake
.AzureDevOps .Pipelines - Containing Type
- Azure
Dev Ops Build Settings
Syntax
public static AzureDevOpsBuildSettings UsingAzurePipelinesOAuthToken(int buildId)
Parameters
Name | Type | Description |
---|---|---|
buildId | int | ID of the build. |
Return Value
Type | Description |
---|---|
Azure |
The instance of AzureDevOpsBuildSettings class. |