Skip to content

Argument typo (AccesToken -> AccessToken) #1718

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 22, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Publishes an extension to the Marketplace. The extension can be a vsix, an exe/m
|payload (required) | Either a path to the payload to publish or a link to use as the "more info URL". |
|publishManifest (required) | Path to the publish manifest file to use. |
|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")
|personalAccesToken | Personal Access Token that is used to authenticate the publisher. If not provided, the pat is acquired from the logged-in users. |
|personalAccessToken | Personal Access Token that is used to authenticate the publisher. If not provided, the pat is acquired from the logged-in users. |

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