Developers creating MSIX packages with the Windows Application Project (WAP) need to provide a code-signing certificate with an additional field not needed when creating packages through other means. Specifically, it needs the BasicConstraints field in the certificate.
If you purchase a code signing certificate from a Certificate Authority, this field should already be there. But in this case I was …