Reputation: 33714
So I want to run the tests in the same folder each time (to not create new folder for every new test).
I really don't need to log test data and also I've got some xml from Nhibernate I need to move with it . It is coping to output directory. But doesn't work for test directories.
Really I just want to make all unit tests in the same folder. Is it real ?
Upvotes: 1
Views: 354
Reputation: 174289
You have two question:
Can you make VS to always deploy the assemblies to the same directory for the tests?
Yes, you can.
Can you tell VS to deploy additional files?
Yes, you can.
Upvotes: 1