Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Gallio 和 MbUnit 3,并且安装了 Team City 4。我只是将 Gallio 的整个 bin 目录放入 Subversion,因为我不知道我需要什么 dll。你知道我需要保留哪些,哪些不需要放入 SCM 中吗?谢谢。
大部分 bin 目录是必需的,但您可以删除不需要的插件和文件夹,例如 Visual Studio 支持、ReSharper 扩展、AutoCAD 集成等。
实现这一点的最简单方法是对您真正需要的几个 Gallio 组件(例如 MSBuild 和 TeamCity 位)执行基本的自定义安装。然后您可以将这些位复制到您的源代码树中。
OTOH,钻头很便宜,所以可能不值得担心太多......