2

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

目前它显示在状态栏上,但过一会儿就消失了,或者至少让它更加突出?

4

2 回答 2

2

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.
于 2012-06-05T15:26:07.467 回答
1

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.

于 2011-09-23T12:48:24.960 回答