在运行 MSTest 测试之前自动执行 Visual Studio Data Compare
在使用 VS 测试工具运行集成测试之前,我需要执行数据比较操作以从示例数据数据库刷新开发数据库。有人知道自动配置这个的方法吗?
I need to perform a data compare operation to refresh a dev database froma sample data database prior to running integration tests using the VS test harness. Anyone know a way to automatically configure this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MSBUILD 架构和数据比较任务
您需要来自 这里
You need the MSBUILD Schema and Data Compare Tasks
from here