-
Notifications
You must be signed in to change notification settings - Fork 675
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Invalid digital signature on samples and ml vsix #523
Comments
So this is because VS 2015 has stopped accepting SHA1 certificates on VSIX files, and VS 2013 doesn't accept SHA256. We'll probably have to start shipping separate VSIX files or replace this with an MSI. What I don't understand is how you got this error with only VS 2013 installed. Had you already installed the samples into VS 2015 on that machine? |
Yes on that last question, that's why it wasn't in the list in the screenshot. |
I tried making separate VSIX files for VS 2013 and VS 2015 and signing the latter with a SHA256 certificate, but they still appeared as invalid. Workaround is to validate the signature using |
This will be fixed for 3.0 when we drop VS 2013 support, but it won't be fixed any earlier than that. |
PTVS 2.2 30626.00
The text was updated successfully, but these errors were encountered: