I am using mstest and I need to copyfiles out of the directory of the "Out" directory and rename "Out" directory.
The current structure is:
TestResults/
Out/
Resources/
resource.txt
dll and pdb
I need the structure to be -
TestResults/
Resources/
resource.txt
bin/
dll and pdb
How can I do this in MSTest?