-
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
replaced accountname.visualstudio.com with dev.azure.com/accountname #93
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
You have to make sure this code still works with old profiles. For example, if I already have a profile called 'test' and the URL is 'test.vsiualstudio.com'. If I were to try and run Add-Profile for 'test' again the original entry should be updated to 'dev.azure.com/test' but instead, I get two entries both named 'test' with two different URLs. Instead of changing the 'test.visualstudio.com' entry to 'dev.azure.com/test' in the $contents var in profiles.Tests.ps1 you needed to add a new entry leaving the old one as well. Then test updating them both to make sure old profiles can still be used. We can't expect people to not be able to use their old profiles. |
OK, I see. I look into this. |
@DarqueWarrior handled old URLs in profile and added unit tests to verify the conversion from old to new in profile |
Updated change log Generated Help
PR Summary
PR Checklist