Automate Assembly Signing with SN and pfx file -
08-20-2007
, 12:57 PM
Is it possible to automate the signing of assemblies with SN and a pfx file?
Using the following command will sign the assembly, but the script must be
run in attended mode, because it prompts for the associated password for the
pfx file. I'd like to automate this for our build server, to run unattended.
sn -R MyDll.dll MyPFXfile.pfx
Thanks for any advice you may have,
Mike |