Re: [NAnt-users] delay-sign task for 64-bit assemblies

2010-06-22 Thread Joshua Gage
We have a project that generates both 32-bit and 64-bit assemblies that we need to strong name sign using the task. I know there is both a 32-bit and 64-bit sn.exe available from the command line. Does anyone know if the task can target the 64-bit version somehow? Thanks, - Josh --

[Nant-users] delay-sign

2004-04-12 Thread Noah Davidson
I am trying to use delay signing after building by source code.  I am trying to do the equivalent to sn.exe –Vr.  I get the following error:   Delay-signing 2 assemblies. Only one option (excluding -q) may be passed to SN at a time   As far as I can tell this is 1 arg.