You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Windows bundle build: add Bundle.proj payload step to BuildAndTest pipeline (#14650)
The Windows build in BuildAndTest.yml was missing the Bundle.proj step
that Linux/macOS have in build_sign_native.yml, producing an unbundled
CLI binary.
- Add Bundle.proj payload build step per target RID before the main build
- Default BundlePayloadPath to convention path in Common.projitems
- Fail the build with clear error if bundle payload is missing
Co-authored-by: Copilot <[email protected]>
0 commit comments