Hi All, i have the Nunit task, which is refering to a dll. but what i want is that the Nunit Task should refer to all the dlls present in a particular folder it should be like this
<nunit> <path>C:\Program Files\NUnit 2.4.8\bin\nunit-console.exe</path> <assemblies> <assembly>D:\NetworMining\NetworkObjects\bin \*.dll</assembly> </assemblies> </nunit> Please let me know if there is some way or i have to all all the libraries seperately regards, sid
