Eric Wu
Eric Wu

Reputation: 917

TFS Comment Policy bringing override window even when comment supplied

I have recently issued a Changeset Comment Policy in my team projects, following the steps at https://stackoverflow.com/a/13981350/2713582.

Thing is, even when someone supplies a comment on the changeset, it still shows up a policy override window, stating that the field is blank. Oddly enough, It does not happen in my machine.

We're using VSOnline, alongside with VS2010 and Windows (8.1 / 10).

Did anyone ever face this issue?

Upvotes: 0

Views: 51

Answers (1)

PatrickLu-MSFT
PatrickLu-MSFT

Reputation: 51083

If you are using VS2010 and can't check in the code.You have missed the last paragraph with the above tutorials page.

Note: In Visual Studio 2010, you will have to install the Team Foundation Power Tools on all client machines - those without it installed will not be able to check in code.

Upvotes: 1

Related Questions