We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
A trusted signing plugin, that would plug the signing logic into build and packaging steps.
A cookbook how to use Trusted signing with Forge manually.
No response
The text was updated successfully, but these errors were encountered:
Signing is done by https://github.com/electron/windows-sign.
If it doesn't support Azure Trusted Signing out of the box, you might use one of the following to make it work:
signtool.exe
It might also make sense to open an issue in that repo.
Sorry, something went wrong.
No branches or pull requests
Pre-flight checklist
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
The text was updated successfully, but these errors were encountered: