Re: [Nant-users] Not sign unless rebuilt
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
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