conan-vs-extension icon indicating copy to clipboard operation
conan-vs-extension copied to clipboard

Sign the VSIX

Open jgsogo opened this issue 5 years ago • 4 comments

Supersedes https://github.com/conan-io/conan-vs-extension/pull/102, we need to run this branch in the same repo so the secret env variables from Appveyor are resolved.

The CI is working, and the extension is signed, but it fails to install. Almost sure that the error is because the certificate must be available on the internet.

jgsogo avatar Jun 26 '19 16:06 jgsogo

need to resolve conflicts

SSE4 avatar Jun 27 '19 11:06 SSE4

is it okay to have cert file in public (in source code)? does it mean anyone will be able to sign his our extension as conan's?

SSE4 avatar Jun 27 '19 14:06 SSE4

You need a password to use that file (check how I'm using it in the CI), but this is my first attempt to sign anything so maybe I'm wrong

jgsogo avatar Jun 27 '19 14:06 jgsogo

@jgsogo again conflicts

SSE4 avatar Jul 16 '19 22:07 SSE4

Closing as we've just released a new vs2022 compatible version that differs from this base, which will be the version we'll be supporting in the future, feel free to check it out in https://marketplace.visualstudio.com/items?itemName=conan-io.conan-vs-extension&ssr=false#overview

AbrilRBS avatar Mar 15 '24 13:03 AbrilRBS