Is your feature request related to a problem? Please describe.
PR #50 introduced self-contained XAML server delivery. The ARM64 CI job currently repeats the canonical publish commands, and required runtime payload filenames are repeated in the bundle helper, VSIX validator, and delivery tests. These copies can drift as the runtime payload changes.
Describe the solution you'd like
Add a single-RID option to the canonical server bundle helper and move the RID/required-file definitions into one shared manifest consumable by Node and PowerShell validation paths. Use the helper from the ARM64 smoke job.
Additional context
This is follow-up refactoring from the final PR review. Current delivery and validation are functionally covered and passing.
Is your feature request related to a problem? Please describe.
PR #50 introduced self-contained XAML server delivery. The ARM64 CI job currently repeats the canonical publish commands, and required runtime payload filenames are repeated in the bundle helper, VSIX validator, and delivery tests. These copies can drift as the runtime payload changes.
Describe the solution you'd like
Add a single-RID option to the canonical server bundle helper and move the RID/required-file definitions into one shared manifest consumable by Node and PowerShell validation paths. Use the helper from the ARM64 smoke job.
Additional context
This is follow-up refactoring from the final PR review. Current delivery and validation are functionally covered and passing.