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
Returns credentials for authentication with a personal access token.
Can be used for Azure DevOps Server and Azure DevOps Service.
Syntax
public static IAzureDevOpsCredentials AzureDevOpsAuthenticationPersonalAccessToken(this ICakeContext context, string personalAccessToken)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
| CakeNamespaceImportAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
| personalAccessToken |
string |
Personal access token. |
Return Value