Hi, I am using the MS test for unit testing. I have some links in a test project that are not directly related. when ms test creates a folder of test results, it copies only the dlls that are used in the test. If I initialize the reference assembly during the initialization of the test, it works.
But is there any other way to copy all the assemblies into the test results folder or is there an ant way to run the test without even creating a test result.
Thanks:)
source
share