【发布时间】:2018-05-17 21:09:11
【问题描述】:
**\*test*.dll
我想在 dotnet cli 上使用此架构,但找不到 dotnet 测试文档。我的项目文件结构是这样的 this。
目前测试它查看 .sln 文件下的所有 .dll 文件。但我只想查看 tests.dll 文件
dotnet test --no-build "**\*test*.dll" //?? All files in my project
【问题讨论】:
标签: visual-studio tfs command-line-interface xunit