Skip to content

Commit 1cd86c4

Browse files
Argument typo (AccesToken -> AccessToken)
Using the invalid arg when running "VsixPublisher.exe publish..." causes this error: -personalAccesToken' is an invalid argument. : : -personalAccessToken The personal access token to use for publishing (if not supplied, the personal access token will be retreived from the logged-in accounts).
1 parent 551f137 commit 1cd86c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensibility/walkthrough-publishing-a-visual-studio-extension-via-command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Publishes an extension to the Marketplace. The extension can be a vsix, an exe/m
3232
|payload (required) | Either a path to the payload to publish or a link to use as the "more info URL". |
3333
|publishManifest (required) | Path to the publish manifest file to use. |
3434
|ignoreWarnings | List of warnings to ignore when publishing an extension. These warnings are shown as command line messages when publishing an extension. (for example, "VSIXValidatorWarning01, VSIXValidatorWarning02")
35-
|personalAccesToken | Personal Access Token that is used to authenticate the publisher. If not provided, the pat is acquired from the logged-in users. |
35+
|personalAccessToken | Personal Access Token that is used to authenticate the publisher. If not provided, the pat is acquired from the logged-in users. |
3636

3737
```
3838
VsixPublisher.exe publish -payload "{path to vsix}" -publishManifest "{path to vs-publish.json}" -ignoreWarnings "VSIXValidatorWarning01,VSIXValidatorWarning02"

0 commit comments

Comments
 (0)