测试 - DeploymentItem - 输出目录将被忽略
使用将 TestProject1\Config\ 下的所有文件复制到“TestRoot”\TestConfig\,但它直接将文件复制到测试“TestRoot”文件夹中。
<Deployment>
<DeploymentItem filename="TestProject1\Config\" outputDirectory="TestConfig" /><br>
</Deployment>
我在 Local.testsettings 中
I use
<Deployment>
<DeploymentItem filename="TestProject1\Config\" outputDirectory="TestConfig" /><br>
</Deployment>
in the Local.testsettings to copy all files under TestProject1\Config\ to 'TestRoot'\TestConfig\, but it copies the files direct in the Test 'TestRoot' folder.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现重新启动Visual Studio后它就可以工作了。重建解决方案或单击 TestListEditor 中的“刷新”按钮将不会包含 DeploymentItem 中的 outputDirectory 属性的更改/设置...。
I found out that it work after restarting Visual Studio. A rebuild of the solution or clicking the Refresh button in the TestListEditor will not include a change/setting of the outputDirectory attribute in of DeploymentItem....