Skip to content

Commit 2b56c20

Browse files
authored
Merge pull request #1718 from GregTrevellick/patch-1
Argument typo (AccesToken -> AccessToken)
2 parents 2d35d45 + 1cd86c4 commit 2b56c20

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)