actions-marketplace-validations/VS Marketplace Publisher
Publish VisualStudio extension to the Marketplace
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Token to access your github repository. | yes | ${{ github.token }} |
| pat | Personal access token to access your marketplace account. | yes | — |
| manifestPath | Path to the extension manifest. | yes | — |
| vsixPath | Path to the extension package. Exclusive with useLatestReleaseAsset. | no | — |
| useLatestReleaseAsset | Use the latest release from your repository that contains a vsix. Exclusive with vsixPath. | no | — |
Outputs
no outputs