Replies: 2 comments
-
We are facing the same issue now. Do you have a solution? Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have used the pre-release sign package for this, It can be installed with "dotnet tool", see my workflow for VSIX package in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v3 and v4/v5 so this is a votive and heatwave related question.
Has anyone used Azure Trusted Signing when building wix bootstrappers? The github and azure devops actions (integrations) are pretty easy to use but it gets tricky when you have an MSI and EXE built as part of the same solution. EXE trickier as you'd have to detach, sign and reattach.
There is a way to call signtool passing it a bunch of additional parameters but then there is the question of how to install the needed packages and point to them. I'm sure I'll figure it out but I was wondering if anyone already solved this in an easy elegant way?
Beta Was this translation helpful? Give feedback.
All reactions