将 Visual Studio 代码签入源代码管理 - 我需要签入什么?

发布于 2024-10-06 04:24:13 字数 288 浏览 1 评论 0原文

我有一个用 Visual Studio 2010 编写的新项目,我已将所有代码和项目文件检查到我们的源代码控制系统中,但是检查代码并通过 MSBuild 进行构建在 CruiseControl 中不起作用,看起来像在我尚未签入的文件中的某个位置捕获了一些依赖项。有什么想法在哪里举行,或者我错过了什么? 谢谢

更新

我认为在签入的某个地方我设法从引用中删除了一些程序集(不要问我是怎么做到的),所以我将它们添加回来,现在一切正常了。所以答案是检查所有已签入的内容!

感谢所有的建议

I have a new project written in Visual Studio 2010, and I have checked all of the code and the project files into our source control system, however checking the code out and doing a build via MSBuild doesn't work in CruiseControl, it looks like there are dependancies that are captured somewhere in a file that I haven't checkin. Any ideas where these are held, or what am I missing ?
Thanks

Update

I think somewhere in the checkin I managed to remove some assemblies (don't ask me how I did it) from the references, so I added these back in, and it all works now. So the answer is to check everything that is checked in!

Thanks for all the suggestions

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柠檬 2024-10-13 04:24:13

是我的错!我设法从引用中删除了一些程序集

It was my fault! I managed to delete some assemblies from the references

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文