You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)The text was updated successfully, but these errors were encountered: