質問

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?

役に立ちましたか?

解決

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.

他のヒント

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top