TFS 分支机构建设问题

发布于 2024-11-08 19:13:52 字数 356 浏览 0 评论 0原文

我目前在使用 VS 2008 和 TFS Power Tools 2008 的 TFS 构建系统方面遇到问题。我的问题是我有两个解决方案分支,每个分支都有多个项目,其中包括一个移动客户端。该构建是在我到达之前设置的,并创建了多个环境,即开发/实时/测试等,因此我只需复制以前的 MSBuild 构建 .proj 文件并更改引用到新分支的路径。还更新 TFS 构建定义中使用的构建定义源路径。

但是现在我遇到一个问题,即移动客户端中使用的链接项目正在构建错误的程序集。我可以看出这一点,因为文件大小与我的 bin 文件夹不同,而且版本号与 VS 中项目属性中设置的版本号不正确。

有没有人以前经历过这种情况,或者能想到我可能错过或忽略的任何事情。

谢谢

I am currently having a problem with the TFS build system using VS 2008 and TFS Power Tools 2008. My problem is that I have two branches for a solution, which have several projects in each including a mobile client. The build was set up prior to my arrival and creates several environments ie dev/live/testing etc and so I have simply coppied the previous MSBuild build .proj file and changed the paths referenced to the new branch. Also updating the build definition source path used in the TFS build definition.

However now I am getting an issue that is where a linked project used in the mobile client is building the wrong assembly. This I can tell because the file size differs to that of my bin folder and also the version number is incorrect to that which has been set in the project properties in VS.

Has anyone experienced this before or can think of anything I may have missed or am overlooking.

Thanks

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

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

发布评论

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

评论(1

猫九 2024-11-15 19:13:52

当天晚些时候我设法解决了这个问题,这基本上是 Cabwiz 如何生成 cab 文件的问题。这是作为构建过程的一部分自动完成的。我使用的 .inf 文件引用了构建代理上临时文件夹中的旧构建文件 - 只是刚刚注意到这个选项,抱歉。

I managed to solve this one later in the day, it was basically an issue with how the cab files were being generated by Cabwiz. Which was done automatically as part of the build process. The .inf file I was using referenced the old build files from the temp folder on the build agent - only just noticed this option sorry.

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