在 Visual Studio 2008\2010 中构建通知 - WMI 等

发布于 2024-09-01 09:05:24 字数 165 浏览 7 评论 0原文

我希望在 Visual Studio 中构建完成/失败时收到通知,并且我不想使用构建前/构建后步骤,我想要一个外部进程或 VS 插件来计算构建数量。

那么有没有办法使用 WMI 或其他此类技术来实现这一目标呢?

我对第三方库不感兴趣,我想为 Visual Studio 编写一个插件。

I want to be notified when a build has been completed\failed in visual studio and I DO NOT want to use pre\post build steps, I want an external process or VS plugin that will count the number of builds.

So is there anyway to achieve this using something like WMI or other such technology?

I'm not interested in third party libaries, I want to write a plugin for visual studio.

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

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

发布评论

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

评论(3

没有。您可以使用构建前/构建后步骤,或者制作一个加载项。对于后者,请查找 EnvDTE.BuildEvents。如果您需要样品,请告诉我。

如果您不想使用预/后构建步骤的任何特定原因,您几乎可以使用它们执行任何操作,即发送邮件、增加 AssemblyInfo 中的文件版本信息等。

There isn't. You can either use the pre/post build steps, or make an add-in. For the latter look for EnvDTE.BuildEvents. Let me know if you need a sample.

Any particular reasons you don't want to use the pre/post build steps, you can pretty much do anything with them, i.e. send mail, increment the file version information in AssemblyInfo etc.

我乃一代侩神 2024-09-08 09:05:24

TFS PowerToys for 2008 或 2010 包含一个生成通知工具。

The TFS PowerToys for 2008 or 2010 includes a build notification tool.

长安忆 2024-09-08 09:05:24

我正在使用这个免费的 VS 插件来获取构建状态。

您可以在此处找到它

I am using this free VS plugin for Build status.

You can find it here.

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