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.VsCode.
Summary
Gets or sets the Personal Access Token to be used for publishing.
- Assembly
- Cake
.VsCode .dll - Namespace
- Cake
.VsCode - Containing Type
- VscePublishSettings
Syntax
public string PersonalAccessToken { get; set; }
Value
Type | Description |
---|---|
string | The Personal Access Token. |