Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: invalid password tfs #110

Merged
merged 5 commits into from
Dec 3, 2017
Merged

Conversation

lprichar
Copy link
Member

@lprichar lprichar commented Dec 3, 2017

Related to Issue #104 where the software should refrain from hammering a server and locking out a user when their password has expired, except this is for TFS (I already tested it on other servers, TFS was the only one that required special code).

This also removes all binaries out of /packages, not sure why I ever set it up that way, and upgrades nunit and upgrades Moq.

@@ -34,6 +34,12 @@ protected override IList<BuildStatus> GetBuildStatus()
}
catch (AggregateException ex)
{
var anyInvalidCredentials = ex.InnerExceptions.Any(IsInvalidCredentials);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^ this is the heart of the PR

@lprichar lprichar merged commit cea52c5 into master Dec 3, 2017
@lprichar lprichar deleted the feature/invalid-password-tfs branch December 3, 2017 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant