Re: [Nant-users] Not sign unless rebuilt

2004-08-18 Thread Ian MacLean
David Thielen wrote: Hi; For my compile task I do a and then an to sign (authenticode) the code. How can I set it to not sign it unless it is recompiled? you could do somthing like: ... unfortunately you have to do the convert:to-datetime as properties are stored as strings once set. Ia

[Nant-users] Not sign unless rebuilt

2004-08-18 Thread David Thielen
Hi;   For my compile task I do a and then an to sign (authenticode) the code. How can I set it to not sign it unless it is recompiled?   Thanks - dave