xunit.runner.dnx 设置用于 运行 测试的配置

xunit.runner.dnx set configuration to use for running tests

我注意到,当我使用 powershell 运行 我的 dnx 运行ner 测试时,它默认使用调试配置。有什么办法告诉它使用不同的配置吗?

类似

  "commands": {
    "test": "xunit.runner.dnx -xml TestResults.xml -config Publish"
  },

这是 DNX 设置(在 DNX 命令行上传递),而不是 xUnit.net 命令选项。

dnx --configuration Release test