-
|
Hello devs, and thanks for bringing us this build action! We are using clickonce for our desktop app delivery, and the new version was highly appreciated, as our current non-MS cert is expiring. However, building seems to require a beta version of sign tool, is it expected that it has to be installed? We have our own on-premise build agents, not using Azure DevOps ones. Also, are the new ClickOnce properties expected to be visible as fields in the non-yaml build task (can't see them)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hi @petrimac , could you share with me the error you're hitting that has you wondering:
Regarding the properties not being visible, I'll have a fix out for that soon. Thank you for reporting it. |
Beta Was this translation helpful? Give feedback.
Hi @petrimac, sorry for the misunderstanding. You're totally right. There is a bug here. The workaround should be to clear your GitHub Actions cache. What's happening is that we are determining that all dependencies are installed only when 2/3 dependencies are installed, so the third one gets left out. If you clear your cache, all 3 will be installed. I'll put out a fix ASAP.