VS 2017 Mage.exe with YubiKey

Viewed 98

I am using VS 2017 to create an MS word Add in. I am using clickonce(with a yubikey for signing) to publish the application. I need to make a change to the application manifest file generated by clickonce which would require resigning several of the files. My question is what parameters do I pass to mage.exe so that it will using the yubikey certificate?

1 Answers

I had this issue due to having multiple versions of VS installed on my computer. I uninstalled all versions of VS and installed VS 2019 and everything worked.

Related