Skip to content
New issue

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

[Single Project MSIX] Support Azure Trusted Signing #4928

Open
dongle-the-gadget opened this issue Nov 29, 2024 · 1 comment
Open

[Single Project MSIX] Support Azure Trusted Signing #4928

dongle-the-gadget opened this issue Nov 29, 2024 · 1 comment
Labels
area-DeveloperTools Issues related to authoring (source and IDL), debugging, HotReload, LiveVisualTree, VS integration

Comments

@dongle-the-gadget
Copy link

dongle-the-gadget commented Nov 29, 2024

Single Project MSIX in Windows App SDK does not support Azure Trusted Signing, a regression compared to the Windows Application Packaging Project. More specifically, WAP has these properties to facilitate Trusted Signing:

  • AzureCodeSigningEnabled
  • AzureCodeSigningDlibFilePath
  • AzureCodeSigningEndpoint
  • AzureCodeSigningAccountName
  • AzureCodeSigningCertificateProfileName

This problem is worsened by the fact that it is not possible to specify custom arguments for signing in Single Project MSIX, which makes this impossible without performing signing manually whereas providing a property to specify custom switches to signtool.exe would make this possible (even if it would be slightly more complex than providing dedicated properties like above)

@RDMacLachlan RDMacLachlan added area-DeveloperTools Issues related to authoring (source and IDL), debugging, HotReload, LiveVisualTree, VS integration and removed needs-triage labels Dec 2, 2024
@RDMacLachlan
Copy link
Member

@snigdha011997 - Does your investigation include support for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-DeveloperTools Issues related to authoring (source and IDL), debugging, HotReload, LiveVisualTree, VS integration
Projects
None yet
Development

No branches or pull requests

2 participants