Description
Pre-flight checklist
- I have read the contribution documentation for this project.
- I agree to follow the code of conduct that this project uses.
- I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Problem description
Microsoft introduced their own code signing platform in Azure, which simplifies the whole process and saves Win developers a ton of money.
It would be nice to have support for this in Forge. It has already been implemented in Electron builder (issue).
I don't think we can do use it in the existing forge pipeline, but correct me if I'm wrong.
Proposed solution
A trusted signing plugin, that would plug the signing logic into build and packaging steps.
Alternatives considered
A cookbook how to use Trusted signing with Forge manually.
Additional information
No response