We currently do not release these files, and so there's nothing lost by signing them.
Our code signing certificate is somehow incompatible with signing MSIX files. We may be able to re-enable this when we next renew, or if Microsoft updates their signing tool to work with our certificate.
displayName: Sign side-loadable MSIX bundles
dependsOn:
- Pack_MSIX
- condition: and(succeeded(), variables['SigningCertificate'])
+ # Our current certificate does not support MSIX signing, so we unconditionally skip this step
+ #condition: and(succeeded(), variables['SigningCertificate'])
+ condition: false
pool:
name: 'Windows Release'