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 work item using the access token provided by Azure Pipelines.
- Assembly
- Cake
.AzureDevOps .dll - Namespace
- Cake
.AzureDevOps .Boards .WorkItemTracking - Containing Type
- Azure
Dev Ops Work Item Settings
Syntax
public static AzureDevOpsWorkItemSettings UsingAzurePipelinesOAuthToken(int workItemId)
Parameters
Name | Type | Description |
---|---|---|
workItemId | int | ID of the work item. |
Return Value
Type | Description |
---|---|
Azure |
The instance of AzureDevOpsWorkItemSettings class. |