TFS 有类似 CCTray 的构建通知功能吗?

发布于 2025-01-06 02:49:13 字数 86 浏览 1 评论 0原文

对于 Cruise Control,我的任务栏中有 CCTray,它可以让我知道构建是否正在发生或构建是否正在中断。

TFS有这样的东西吗?

For Cruise Control, I have CCTray that sits in my taskbar and lets me know if builds are happening or builds are breaking.

Does TFS have anything like this?

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

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

发布评论

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

评论(4

鼻尖触碰 2025-01-13 02:49:13

或者开始->所有程序 -> Visual Studio 2010 -> Team Foundation 服务器工具 ->构建通知

就个人而言,我发现构建通知应用程序非常糟糕。对于一个人来说,这很慢。我发现,每当构建发生任何问题时,最好只创建电子邮件警报。它们更加实时。

编辑:我刚刚注意到您使用 TFS 2008。我没有安装它来检查,但它应该大致位于相同的位置。

编辑2:我意识到该工具随 TFS Power Tools 一起提供。在这里找到它:
http://www.microsoft.com/download/en/details.aspx? displaylang=en&id=15836

Or Start -> All Programs -> Visual Studio 2010 -> Team Foundation Server Tools -> Build Notifications

Personally, I find the Build Notifications app to be pretty terrible. It is slow for one. I find it better to just create email alerts whenever anything happens with a build. They are much more real time.

Edit: I just noticed you use TFS 2008. I don't have it installed to check but it should be roughly in the same location.

Edit 2: I realized the tool comes with TFS Power Tools. Find it here:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=15836

十级心震 2025-01-13 02:49:13

更新 2017-06-21:CatLight 不再有免费版本,除非与开源项目一起使用。详细信息:https://catlight.io/editions


Visual Studio 包含一个名为“构建通知”的应用程序。该工具允许在 TFS 服务器上的一个或多个构建中显示当前构建状态的(接近)实时状态。然而,它仅适用于基于 XAML 的构建,该构建已被弃用,取而代之的是 vNext 构建。

有一个第 3 方工具可以为 TFS(XAML 和 vNext 构建)和其他系统(例如 Jenkins)执行构建状态、通知、错误监控等操作。它称为 CatLight ,有一个免费版本,最多可支持 10 个版本 - https://catlight .io/版本

它的配置方式与 CCTray 类似,并且非常易于使用。

以下是一些屏幕截图:

通知图标

选择系统

选择项目

CatLight 状态面板

UPDATE 2017-06-21: CatLight no longer has a free edition, unless used with an open source project. Details: https://catlight.io/editions


Visual Studio has an included application called "Build Notifications". This tool allows a (close-to) real-time status to be displayed of the current build status across one or more builds on the TFS Server. However it only works with XAML based builds, which are deprecated in favour of vNext builds.

There's a 3rd-party tool that does Build Status, notifications, bug monitoring and more for TFS (both XAML and vNext builds) and other systems (such as Jenkins). It's called CatLight and there's a free version that works with up to 10 builds - https://catlight.io/editions.

It is configured in a similar manner to CCTray, and is very easy to use.

Here are some screen-shots:

Notification icons

Select System

Select Projects

CatLight Status Panel

败给现实 2025-01-13 02:49:13

AnyStatus 是另一个支持多个 CI 平台(包括 Visual Studio vNext)的工具。它作为 Visual Studio 插件提供,也作为 Windows 程序提供(带有托盘图标和通知)。

AnyStatus 状态窗口

更多详细信息请参见:https://stackoverflow.com/a/48291894/3063884

AnyStatus is another tool that supports multiple CI platforms, including Visual Studio vNext. It comes as a Visual Studio plug-in, and also as a Windows program (with tray icon and notifications).

AnyStatus status window

More details here: https://stackoverflow.com/a/48291894/3063884

原野 2025-01-13 02:49:13

您可以在这里找到通知应用程序
“C:\ Program Files \ Microsoft Visual Studio 10.0 \ Common7 \ IDE \ BuildNotification.exe”

You can find Notification application here
"C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\BuildNotification.exe"

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