Hi,
How do you get NANT to send an EMAIL if an NUnit 2.0 test fails? I can get
the email task working but I don't know how to make it conditional on the
test failure. Is there a way?
Regards,
David Taylor
Extension: 4496
Email: [EMAIL PROTECTED]
Mobile: +44 7966 490138
---
Hi,
We have just started using Nant as part of our automatic build. We started
writing Nant scripts to call csc but find this a bit tedious since it
duplicates what is already in the project files. I have just discovered how
to call devenv.exe to build a project saving us a lot of typing!
Is th