vcsjones / AzureSignTool

SignTool Library and Azure Key Vault Support
MIT License
267 stars 85 forks source link

Re-enable 32bit publishing for office VBA #260

Closed j-laemmermann closed 2 months ago

j-laemmermann commented 2 months ago

Disabling 32bit breaks Office-VBA signing

Keeping 32-bit support in place is crucial, while at the same time enable new 64-bit related features.

  1. Re-enable 32bit Windows publishing needed for signing Office macros (OfficeSIPs needed for signing VBA in office files are only available as 32bit).

  2. PublishAOT still available for 64-bit Windows publishing via build-condition.

This helps fixing problems as described in #126

vcsjones commented 2 months ago

Closed and re-opened because GitHub actions had a bad afternoon and needed to be re-run.