How to sign assembly in deployment project

  • Thread starter Thread starter MS Newsgroups
  • Start date Start date
M

MS Newsgroups

Hi,

I have an assembly that i sign with signcode.exe manually after building it.
I also have a deployment project where i have added the output to this
assembly. The problem is that when i build the deployment project, it seems
like it builds the assebly again and thereby removes the signature...

What is the proper procedure for deploying signed assemblys ?

Regards

Niclas
 
Unfortunately, you'll probably have to resort to adding using Add File
instead of Add Project Output.
 
Back
Top