I'm using NAnt to combine a bunch of tools; I'm using the output
attribute to send the output to temporary files, which I then process.
I don't want NAnt to echo the output. How can I do this?
I'm using NAnt to combine a bunch of tools; I'm using the output
attribute to send the output to temporary files, which I then process.
I don't want NAnt to echo the output. How can I do this?