【发布时间】:2019-04-23 15:12:26
【问题描述】:
这是我的测试组装模式(配置)
**\$(BuildConfiguration)\*test*.dll
!**\obj\**
!**\$(BuildConfiguration)\*Integration*
触发构建后,这里是集成测试程序集的日志(这个文件必须过滤,应该在这里)
2019-04-23T13:10:33.6689787Z C:\VSTSAgent\A1\_work\1\s\myapp\myapp.Services.Test\bin\Release\myapp.Services.Test.dll
2019-04-23T13:10:33.6690018Z C:\VSTSAgent\A1\_work\1\s\myapp\myapp.Services.Integration.Test\bin\Release\myapp.Services.Integration.Test.dll
因为这个集成测试用例也在运行,我只想运行单元测试用例。
有什么想法吗?
【问题讨论】:
标签: unit-testing build azure-devops azure-pipelines vstest.console.exe