vcsjones / AzureSignTool

SignTool Library and Azure Key Vault Support
MIT License
272 stars 85 forks source link

Hardware token certificate still gets used #180

Open alcosml opened 1 year ago

alcosml commented 1 year ago

The build machine has a USB device that is used for code signing via signtool.exe. We recently started using Azure certificate and AzureSignTool to sign another build, but we noticed that the certificate used is still the one from the USB device. Would you know what causes this issue and a proper way to make this work?

Right now, we only have success with Azure certificate if we unplug the USB key or disable the USB device, but it is a hassle to keep having to enable/disable/plug/unplug the USB when building different projects.