I have a WPF Solution I am building in VSTS Online.
Below is my basic Build Definition:
In Visual Studio 2017 locally I've assigned a Click Once Certification (PFX). Everything builds and compiles fine locally.
The Build fails with the following error:
Cannot import the following key file: . The key file may be password protected. To correct this, try to import the certificate again or import the certificate manually into the current user's personal certificate store.
What setting/step do I need to include to ensure the PFX file is seen and the password is set?