jessehouwing/VS Marketplace

Publish Visual Studio extension to the Visual Studio Marketplace

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
operationOperation to perform: publish or packagenopublish
auth-typeAuthentication type (pat or oidc)nopat
tokenPersonal Access Token for Visual Studio Marketplace (required when auth-type is pat)no
vsix-filePath to the VSIX file to publish (required when operation is publish)no
manifest-filePath to the publish manifest file (required when operation is publish)no
publisher-idPublisher ID for the extension (required when operation is publish)no
ignore-warningsComma or newline-separated list of warnings to ignore (e.g., VSIXValidatorWarning01,VSIXValidatorWarning02)no
vsix-manifestPath to the .vsixmanifest file (required when operation is package)no
output-pathOutput path (directory or full .vsix path) for the packaged extension (required when operation is package)no
files-manifestPath to the files.json manifest listing extension content files for packaging. Generated by the MSBuild GenerateFileManifest target (dotnet msbuild -t:GenerateFileManifest). If omitted, the tool uses the files referenced by the VSIX manifest.no
working-directoryWorking directory used as the base path for manifest-based operations. - Manifest discovery and file paths are resolved from this directory - Use this when your extension manifest lives in a subfolder - If not specified, the current working directory is used Example: tests/sample-extensionno
namedescription
vsix-fileFull path to the packaged .vsix file (set when operation is package)