简体   繁体   English

用于通知TFS的Visual Studio扩展

[英]Visual Studio extension to notify about TFS

Is there an extension to show something (text, icon, whatever) when current project under TFS receives an update? 当TFS下的当前项目收到更新时,是否有扩展名来显示某些内容(文本,图标等)?

My problem: I am constantly forgetting to do "Get latest version". 我的问题:我经常忘记做“获取最新版本”。 Seeing something should help. 看到一些东西会有所帮助。

PS: sorry if it's an offtopic, but I recall question regarding programming environment were allowed here and I am not asking for a library... unable to check for sure due to missing Help in the new shiny top bar. PS:很抱歉,如果它是题外话,但我记得这里允许有关编程环境的问题,我不要求提供库...由于新的闪亮顶部栏中缺少Help ,因此无法确定。

No such extension by default. 默认情况下没有此类扩展名。 The easiest way would be creating an alert as @Richard mentioned. 最简单的方法是创建一个警报,如@Richard所述。 When there is a check-in under a team project or a specific path, you would need to perform Get Latest, so you can create a Checkin alert. 当团队项目或特定路径下有签到时,您将需要执行“获取最新信息”,才能创建“签到”警报。

在此处输入图片说明

Alternatively you could add a script to your source control. 或者,您可以将脚本添加到源代码管理中。 In this script, you can use tf get command to do get latest. 在此脚本中,您可以使用tf get命令获取最新信息。 You can always run this script when you would like to run. 您随时可以运行该脚本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我可以在哪个地方质疑TFS,Visual Studio和ALM? - Which places I could question about TFS, Visual Studio and ALM? Visual Studio解决方案和TFS - Visual studio Solution and TFS 适用于Visual Studio 2012的TFS - TFS for Visual Studio 2012 在 Visual Studio 的关于对话框中显示正确的扩展版本号 - Showing the correct version number of an extension in the about dialog in Visual Studio 想知道为Visual Studio编写启动程序扩展的可行性 - Wondering about the feasibility of writing a launcher extension for Visual Studio 在Visual Studio中通知传入的提交吗? - Notify on incoming commits in Visual Studio? TFS或Visual Studio是否可以提醒我有关签入之前必须标记为已完成的问题的信息 - Can TFS or Visual Studio remind me about issues that have to be marked as completed before a check in 如何计算Visual Studio扩展中当前加载的解决方案项目的TFS uri和位置 - How to work out TFS uri and location for currently loaded solution projects in Visual Studio Extension 如何为Visual Studio创建可以直接与TFS交互的扩展? - How can I create an extension for Visual Studio that can interface with TFS directly? 视觉工作室扩展如何在引用TFS客户端dll时同时针对2013年和2015年 - How can a visual studio extension target both 2013 and 2015 while referencing TFS client dlls
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM