We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This repo helped me get through signing a VSIX package in our Azure DevOps pipeline using a certificate in Azure Key Vault. Great!
However, my first attempts a running this on our build server, the OpenVsixSignTool failed due to a dependency on Net Core 2.1:
The pipeline does an install immediately before attempting to sign and seems to get the current, stable version 0.3.2
Once I installed the (deprecated) Net Core 2.1 as mentioned in the error message above on the build server, the signing works.
It is possible to push a new version of the tool to NuGet to be able to run under newest Net 8.0?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This repo helped me get through signing a VSIX package in our Azure DevOps pipeline using a certificate in Azure Key Vault. Great!
However, my first attempts a running this on our build server, the OpenVsixSignTool failed due to a dependency on Net Core 2.1:
The pipeline does an install immediately before attempting to sign and seems to get the current, stable version 0.3.2
Once I installed the (deprecated) Net Core 2.1 as mentioned in the error message above on the build server, the signing works.
It is possible to push a new version of the tool to NuGet to be able to run under newest Net 8.0?
Thanks!
The text was updated successfully, but these errors were encountered: