RE: [Nant-users] compiling in release mode with define:DEBUG flag

2005-05-13 Thread Gert Driesen
users] compiling in release mode with define:DEBUG flag Hi,   I want to compile an assembly in release mode and also produce a .PDB file. Reason is that if there is a .PDB file, line numbers are included in stack traces that come with exceptions.   I tried adding a define=&

[Nant-users] compiling in release mode with define:DEBUG flag

2005-05-13 Thread Bert Jan Lappenschaar
Hi,   I want to compile an assembly in release mode and also produce a .PDB file. Reason is that if there is a .PDB file, line numbers are included in stack traces that come with exceptions.   I tried adding a define="DEBUG" attribute to the CSC task in my Nant scripts but to no avail.