Context: We are multiple developers that are working on a single Office addin. Our continuous integration (CI) server creates deployable artifacts.
However, Visual Studio enforces every developer to sign the ClickOnce manifest (disabling the checkbox "Sign the ClickOnce manifests" in the project properties will re-check it on the next build). Thus every developer needs to be in possession of the signing certificate.
Is there a way to disable signing the manifest for the developers?
Note: We do not want to eventually deploy without a signed manifest, but we want to keep the signing certificate on a single machine.