I've been asked to sign several projects with our VeriSign certificate. Unfortunately, it is not as easy as simply going to Properties | Signing and adding the certificate.pfx here as there is a requirement that the development team cannot see the certificate,
therefore it cannot be stored in the source control.
Currently there is a development.snk which is used to sign the assemblies built in release and debug mode. This is ideal as the developers will need to sign projects locally on their IDE.
Is there any way that I can say, if building on the build server, use the VeriSign certificate but if building locally, keep everything the same and use the development.snk?
I am faily inexperianced so any advice would be really appreciated.
Currently there is a development.snk which is used to sign the assemblies built in release and debug mode. This is ideal as the developers will need to sign projects locally on their IDE.
Is there any way that I can say, if building on the build server, use the VeriSign certificate but if building locally, keep everything the same and use the development.snk?
I am faily inexperianced so any advice would be really appreciated.