When I try to build a signed application or installer, the build fails at the end of the build because of bad signature data. This is unpractical because it takes a lot of time for building all data and the entire build must be rerun anyway.
When building an executable, the data is deleted when signing fails. (This can be observed when watching the output directory.) The installer is left in place and seems to be working. Not sure which behavior is better. Please unify it.
Please check when closing the build assistant and early in the build process
When the build will not be deleted, maybe a hint could be shown how the code can be signed manually.
When the build will be deleted, please fail early in the build process (when the basic checks mentioned above do fail).
The attached project shows the currentbehavior. Abuildwill failbecausethereisnocertificatewiththisname. And after a valid certificate is selected thebuildwillfailbecausetheTimestampURLisinvalid.
Until now I did not succeed in signing a build because I do not know how the timestamp URL should look like. Therefore I already reported that the Timestamp URL should be better documented as a documentation suggestion (from the feedback link in the help). (No link to the suggestion because the feedback form is not a forum, sorry.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.