我正在使用 mstest,我需要从“Out”目录的目录中复制文件并重命名“Out”目录。
目前的结构是:
TestResults/
Out/
Resources/
resource.txt
dll and pdb
我需要的结构是 -
TestResults/
Resources/
resource.txt
bin/
dll and pdb
如何在 MSTest 中做到这一点?
我正在使用 mstest,我需要从“Out”目录的目录中复制文件并重命名“Out”目录。
目前的结构是:
TestResults/
Out/
Resources/
resource.txt
dll and pdb
我需要的结构是 -
TestResults/
Resources/
resource.txt
bin/
dll and pdb
如何在 MSTest 中做到这一点?
您可以在配置文件中执行此操作。查看此页面:http: //msdn.microsoft.com/en-us/library/vstudio/ee256991.aspx