Hello,
Thank you for reaching out.
Yes, receiving two separate signed driver packages when you merge tests for Windows 10 and Windows 11 is the expected and correct behavior.
The attestation signing process generates a unique signature (in the catalog file, .cat) for each major Windows version family you target. Even if your driver binaries are identical, the signing process validates them against the specific policies and test requirements of each OS.
Since Windows 11 has different and stricter driver requirements than Windows 10, the Partner Center creates a distinct, signed package for each.
For more information, you can review the official documentation:
- Attestation signing a kernel driver for public release: Microsoft Learn - Attestation Signing
- Create a new hardware submission: Microsoft Learn - Hardware Submission
Hope this clarifies the process.