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.Tfs.AutoMerge.
Summary
Returns credentials for authentication with a personal access token.
Can be used for Team Foundation Server and Visual Studio Team Services.
- Assembly
- Cake
.Tfs .AutoMerge .dll - Namespace
- Cake
.Tfs .AutoMerge - Containing Type
- AutoMergeCredentials
Syntax
public AutoMergeCredentials AuthenticationPersonalAccessToken(string personalAccessToken)
Parameters
| Name | Type | Description |
|---|---|---|
| personalAccessToken | string | Personal access token. |
Return Value
| Type | Description |
|---|---|
| AutoMergeCredentials | Same object instance. |
