Hi Matt,
Thanks a ton for explaining how to build solution with NUnit and giving a example. Highly appreciated.
I will try my hands on it and inform you offline whether I am successful or not.
Thanks!
CheersMatt Ward <[EMAIL PROTECTED]> wrote:
Hi,Here's an example of using an NUnit task and build
Hi,
Here's an example of using an NUnit task and building a solution,
hopefully this will shed some light on the problem.
Assumptions
---
Using Nant 0.85.1754 - Should work with any 0.85
Using NUnit 2.2
.Net project structure
---
TestApp\TestApp.sln
Hi,
I am trying to automate creation of build file for NANT using solution task (formerly Slingshot of NANTContrib). The steps i have followed till now are as under:
I am successfully able to get output file.
==
SlingShot Example