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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top