Would it be possible to have more explanation on how to use certificate for UWP app in Azure DevOps, the certificate being supposed to be handled at build time?
So far, I use Secure Files, then use tasks Download Secure File and Copy Files to upload it in my UWP project. The problem is that, as the certificate is password-protected, the build fails.
Could you please indicate how to handle the password ?
Thanks for your help