Hello,
We would like to use the signing process using the Azure KeyVault functionality in Advanced installer.
Everythig is working except that when the installer is building there is a prompt dialogue to insert the
password to KeyVault.
Is there any mechanism how to avoid this, please? We would like to use it on our Jenkins server as a build
step.
We build the installer from jenkinsfile - step "ba" :
"%ADVANCED_INSTALLER%" /build %PROJECT_RELATIVE_PATH%
I found something about "SetAzureKeyVaultSecret" but any try did not work for me.
Of course another question is how to make it not to be exposed in the build log.
Is there any way how to use the Windows credential manager or some secret configuration file, please?
Thank you very much for your help.
Vladimir