我是否仍必须将第 3 方库二进制文件保留在源代码管理中?
现在我正在使用 NuGet 添加/更新所需的引用,是否可以仅将 packages.config 添加到源代码管理并在构建时添加 .dll?
通常,如此相关问题中所述,我将第三方依赖项存储在以下文件夹中解决方案根目录并将它们签入源代码管理。
我们当前没有使用任何自定义构建工具或脚本:仅使用 VisualStudio 的默认构建和 .sln 文件。
Now that I'm using NuGet to add/update my required references, is it possible to only add packages.config to source control and have the .dlls added at build time?
Normally, like described in this related question, I store third party dependencies in a folder under the solution root and check them in to source control.
We're currently not using any custom build tools or scripts: just VisualStudio's default build with the .sln file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,你可以! http://docs.nuget.org/docs/workflows/使用 nuget-without-committing-packages
Yes you can! http://docs.nuget.org/docs/workflows/using-nuget-without-committing-packages