Visual Studio Test Project - Does not copy folder on deployment

前端 未结 4 1586
失恋的感觉
失恋的感觉 2021-01-08 01:27

Here is the problem:
1. Create a TestProject in your Visual Studio solution.
2. Open the .testrunconfig file and under the \'deployment\' menu item, select the \'Ena

4条回答
  •  悲哀的现实
    2021-01-08 02:09

    The other option you have is to create another folder beneath the original folder, and then that folder will be deployed to the out directory. For example you can have this structure:

    TestFolder/

    TestFolder/TestDeployment/

    And then in the testrunconfig you still select the TestFolder folder and the TestDeployment folder will be deployed to the out directory.

提交回复
热议问题