NUnit控制台需要的最低依赖项是什么?

时间:2012-04-13 17:03:19

标签: tfs2010 nunit nunit-console

  

可能重复:
  Minimum NUnit binaries for an OSS project

我想在TFS 2010构建服务器上使用this custom NUnit build activity。它以与构建服务器上的MSTest相同的方式运行NUnit测试(具有完整报告)。它需要在构建服务器上运行 nunit-console.exe ,因此我需要将其放在那里。

nunit-console.exe (当前版本2.6)所需的最低文件数量取决于我需要在服务器上放置的文件是什么?看起来NUnit本身带有很多文件,如果我只是想运行控制台,可能并不需要这些文件。

1 个答案:

答案 0 :(得分:2)

我从未使用过NUnit安装程序,所以我不知道它的功能,但是如果你取消选中NUnit安装程序中的所有内容,似乎安装了最低限度,在2.6版本中评估为以下文件和文件夹。我想在我的情况下,我甚至可以省略所有**代理*和maybe even the NUnit.Mocks.dll

Logo.ico
license.txt
\bin
\bin\nunit-agent.exe.config
\bin\nunit-agent-x86.exe.config
\bin\nunit-console.exe.config
\bin\nunit-console-x86.exe.config
\bin\nunit-agent.exe
\bin\nunit-agent-x86.exe
\bin\nunit-console.exe
\bin\nunit-console-x86.exe
\bin\framework
\bin\framework\nunit.framework.dll
\bin\framework\nunit.mocks.dll
\bin\framework\nunit.framework.xml
\bin\lib
\bin\lib\nunit.core.dll
\bin\lib\nunit.core.interfaces.dll
\bin\lib\nunit.util.dll
\bin\lib\nunit-console-runner.dll
相关问题