Skip to content

Fix: Add missing vs-publish.json for VS Marketplace publish action - #204

Closed
ghost1372 with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-publish-vsix-release-build
Closed

Fix: Add missing vs-publish.json for VS Marketplace publish action#204
ghost1372 with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-publish-vsix-release-build

Conversation

Copilot AI commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes the failing "Publish VSIX Release / build" GitHub Actions job.

Root cause: The madskristensen/publish-marketplace@v2 action requires a vs-publish.json publish manifest file at the path specified by publish-manifest-file, but this file was missing from the repository, causing the job to fail with:

##[error]publish-manifest-file not found: vs-publish.json

Changes

  • Added vs-publish.json at the repository root with the correct publisher metadata derived from source.extension.vsixmanifest:
    • publisher: MahdiHosseini
    • identity.internalName: DevWinUI-Template
    • overview: README.md
    • Free, public extension with Q&A enabled

Co-authored-by: ghost1372 <9213496+ghost1372@users.noreply.github.com>

@ghost1372 ghost1372 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is file path? @copilot

@ghost1372 ghost1372 closed this Aug 9, 2026
@ghost1372
ghost1372 deleted the copilot/fix-publish-vsix-release-build branch August 9, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants