1

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?

1 Answer 1

1

You can do it in your configuration file. Check out this page: http://msdn.microsoft.com/en-us/library/vstudio/ee256991.aspx

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.