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.

 

Here is the part of my build file that is used:

<target name="delay-sign">

        <delay-sign keyfile="${keyfile}" verbose="false" if="${debug}">

            <targets>

                <includes name="${output.dir}\Debug\Assembly.dll" />

                <includes name="${output.dir}\Debug\Assembly2.dll" />

            </targets>

            <arg value="-Vr" />

        </delay-sign>

    </target>

 

Any help would be greatly appreciated.

 

Thanks

Noah Davidson

Reply via email to