Skip to content

Fix VSIX filename mismatch in build workflows#26

Merged
ianjennings merged 3 commits intomainfrom
copilot/fix-build-script-error
Feb 19, 2026
Merged

Fix VSIX filename mismatch in build workflows#26
ianjennings merged 3 commits intomainfrom
copilot/fix-build-script-error

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 18, 2026

CI workflows fail because they look for testdriver-${VERSION}.vsix but vsce package generates testdriverai-${VERSION}.vsix (using the name field from package.json).

Changes

  • Updated .github/workflows/build.yaml and .github/workflows/test.yaml to use correct filename pattern
- VSIX_PATH="./testdriver-${VERSION}.vsix"
+ VSIX_PATH="./testdriverai-${VERSION}.vsix"

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits February 18, 2026 23:47
Co-authored-by: ianjennings <318295+ianjennings@users.noreply.github.com>
…verai-

Co-authored-by: ianjennings <318295+ianjennings@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix build script for missing VSIX file Fix VSIX filename mismatch in build workflows Feb 18, 2026
Copilot AI requested a review from ianjennings February 18, 2026 23:50
@ianjennings ianjennings marked this pull request as ready for review February 19, 2026 00:18
@ianjennings ianjennings merged commit 774a950 into main Feb 19, 2026
1 check failed
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