-
Randomly, signing fails with an error:
`trce: AzureSignTool.Program[0]
Retrieving certificate certName.
trce: AzureSignTool.Program[0]
Retrieved certificate certName.
trce: AzureSignT…
-
Windows SDK signtool supports sealing. We should investigate if it's worth bringing to AzureSignTool.
-
Right now we just p/invoke `SignerSignEx3` blindly. It would be better to use `LoadLibrary` and `GetProcessAddress` to correctly handle unsupported platforms.
-
Might be worth spelling out what's required for appx/appxbundles. I think files from the Windows SDK directory need to be in the same directory (possibly the wintrust.dll/wintrust.dll.ini) as this too…
-
Goal: Tracking the spec for https://github.com/NuGet/Home/issues/5904