"C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe" sign /fd sha256 /sha1 <HASH> "C<PATH>.msix"
We had this error previously and this was resolved by using the signtools.exe from Windows SDK 10.0.17763.0.
Using signtools.exe from version 10.0.17763.0 now results in the above error.
Tested using signtools.exe from a version newer versions 10.0.18362.0 and 10.0.19041.0 still no luck
The command works fine for other file formats. Tested with .exe
Seems to be just an issue with .msix files
Any ideas on this issue