TFS 2010 门控签入构建为我留下了一个包含待更改的 .vspscc 文件

发布于 2024-09-30 21:41:23 字数 471 浏览 0 评论 0原文

我在 TFS 2010 中有一个分支,它与 Gates 签入构建相关联。 如果我将一个文件添加到我的项目中并执行“签入”,则门控签入构建会在签入我的更改之前启动......这一切都很好!

构建完成(成功)后,Visual Studio 要求我“重新调整”我的待处理更改。在这种情况下,我的“待处理更改”窗口显示了两个已更改的文件之前我按下“重新调整”按钮:

  • MyProject.csproj(添加了新文件的项目)
  • MyNewFile.cs(添加了新文件)

但是在协调操作 我在“待更改”窗口中留下了一个新文件:

  • MyProject.csproj.vspscc

如果我右键单击该文件并选择“比较”-> “使用最新版本...”我被告知这些文件是相同的,所以基本上我可以忽略该文件或撤消它...

但是有办法解决这个问题吗?

I have a branch in TFS 2010 that has a Gates Check-in build associated.
If I add a file to my project and do a "Check in", the gated check-in build kicks in before my changes are checked in... Which is all good!

After the build completes (sucessfully), Visual Studio askes me to "Reconsile" my Pending Changes. In this case my Pending Changes windows shows two changed files before I press the Reconsile button:

  • MyProject.csproj (this project that has the new file added)
  • MyNewFile.cs (the new file added)

But after the reconsile operation I'm left with a new file in the Pending Changes window:

  • MyProject.csproj.vspscc

If I right click this file and select "Compare" -> "With Latest Version..." I'm told the files are identical, so basically I can just ignore the file or undo it...

But it's there a way to get around this?

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

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

发布评论

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

评论(1

何处潇湘 2024-10-07 21:41:24

您可以使用电动工具命令 TFPT UU 来修复此问题。

You can use the power tool command TFPT UU to fix this.

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