1

I am signing executable using POST build event. executable successfully signed at the time of compilation.

but when i try to publish (ClickOnce Method) its not signing project main executable.

I added Sign Manifests and its successfully sign setup.exe

1 Answers1

0

Visual Studio 2010 using Obj Directory executable files to publish instead of Bin Directory.

So we need to Sign Obj directory file to publish signed executable file.