我注意到当我使用powershell使用dnx runner运行我的测试时,它默认使用Debug配置。有没有办法告诉它使用不同的配置?
像
这样的东西 "commands": {
"test": "xunit.runner.dnx -xml TestResults.xml -config Publish"
},
答案 0 :(得分:2)
这是DNX设置(并在DNX命令行上传递),而不是xUnit.net命令选项。
dnx --configuration Release test