构建代理上的错误 运行 NUnit 测试
Error running NUnit tests on Build Agent
我的环境是 TFS 2013 和 VS 2013,使用 NUnit 3.2.1。我收到错误:
"Exception NUnit.Core.UnsupportedFrameworkException, Exception thrown executing tests".
我想是因为我有 NUnitTestAdapter 2.0.0,需要 3.2.1。
我在哪里可以找到这个?它不在 https://dist.nuget.org/index.html
谢谢
您似乎想要安装 NUnit 3.2.1。要安装 NUnit,运行 Package Manager Console 中的以下命令:
Install-Package NUnit
我的环境是 TFS 2013 和 VS 2013,使用 NUnit 3.2.1。我收到错误: "Exception NUnit.Core.UnsupportedFrameworkException, Exception thrown executing tests".
我想是因为我有 NUnitTestAdapter 2.0.0,需要 3.2.1。 我在哪里可以找到这个?它不在 https://dist.nuget.org/index.html
谢谢
您似乎想要安装 NUnit 3.2.1。要安装 NUnit,运行 Package Manager Console 中的以下命令:
Install-Package NUnit