-
Notifications
You must be signed in to change notification settings - Fork 157
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
converted VSTeamQueue from format/type to class #84
Conversation
Can navigate build defs for TFS and VSTS
Now they can be formatted differently
Updated help for update service endpoint Clear last two Script Analyzer warnings
Man, you are getting work done! Thank you so much for the support. While I was reviewing this pr I found that one of the unit tests is failing. Describing TeamsPSDrive
Context VSTeamAccount & Projects
[+] Should create VSTeamAccount 99ms
[+] Should return projects 72ms
[-] Should return builds, releases, repositories and teams Looks like you added queues to the projects Get-ChildItems but did not update the test. |
fixed TeamPSDrive unit test and ran all units tests sucessfully $files = @(); gci -Path .\unit\test\ -Filter *tests*.ps1 | %{$files+=$_.FullName}; invoke-pester -Script $files |
@DarqueWarrior is it possible that you grant me at least R/O rights to the CI - so I can check errors |
I want to! I can't!. We are working through public projects and permissions. But now you can't change the build number which the build does. Sorry for the issue. I hope we get this fixed. |
PR Summary
converted VSTeamQueue to class and added it
PR Checklist
Tests executed successfully
Tests executed
I encountered a problem with my VSTS test account - but that should have no impact