HI,
Have a build process using devenv.com that will compile c# code into assemblies and this works as expected.
However I want to sign the assembly built using a key which I already have, is this possible?
I want to intergrate this into to the build process, do I need to use al.exe ?
Any ideas?
HI, Have a build process using devenv.com that will compile c# code into assemblies
Share
I think the program you are after is sn.exe. This is used to sign an assembly using a strong name. See the msdn documentation here.