dsplaisted / strongnamer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for CopyLocal = False

Sam13 opened this issue · comments

commented

Is there a way to get StrongNamer working when having CopyLocal set to False?
Before my build starts, I copy all my third party assemblies in one output folder. All projects directly build to that output folder.

The third assembly gets successfully signed in the intermediate folder and also passed to the C# compiler, but not copied back to the output folder.

Thanks in advance for your help