有没有办法在签入后显示 TFS 变更集编号?

发布于 2024-12-05 17:47:11 字数 77 浏览 1 评论 0原文

有没有办法使用电动工具或其他扩展来使变更集编号显示在警报上?

目前它显示在状态栏上,但一段时间后消失,或者至少使其更加突出?

Is there a way, with power tools or other extensions, to make it so that the changeset number is be displayed on an alert?

Currently it displays on the status bar, but disappears after a while, or at least make this more prominent?

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

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

发布评论

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

评论(2

小矜持 2024-12-12 17:47:11

TFS 命令的输出显示在 Visual Studio 的输出窗口中,但您需要将“显示输出”下拉列表更改为“源代码管理 - Team Foundation”。签入将产生如下输出:

Changeset 1234567 successfully checked in.

Output from TFS commands shows up in Visual Studio's Output window, but you need to change the "Show output from" dropdown to "Source Control - Team Foundation". Check-ins will produce output like:

Changeset 1234567 successfully checked in.
人间☆小暴躁 2024-12-12 17:47:11

您可以在 TFS 中设置警报,它会向您发送一封包含签入信息(包括变更集编号)的电子邮件。 Visual Studio 附带了一个有限的警报编辑器(请参阅菜单“团队 -> 项目警报”)。您可以选择“签入的任何内容”选项。

还有电动工具< /a> 为编辑器提供了更多选项。然后您还可以根据用户名进行过滤。但请注意,每个人都应该设置自己的警报。

You can setup alerts in TFS which sends you an email with the checkin information, including the changeset number. There is an limited alert editor shipped with visual studio (see in the menu Team -> Project Alerts). You can choose the option "Anything checked in"

There are also the power tools which give an editor with more options. You can then filter also on user name. But be aware that everybody should set up their own alert.

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