-
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
Added cmdlet Test-VSTeamYamlPipelines for testing YAML pipeline code #272
Added cmdlet Test-VSTeamYamlPipelines for testing YAML pipeline code #272
Conversation
Do we need 'VSTeam' prefix? For consistency reasons? |
@tomkerkhove, The whole module is called VSTeam and every cmdlet has it as well. Which is consistent with the e.g. AzureAD, Az, AzureRM modules. This is how you prevent also conflicts with other modules which could be loaded as well. |
@JustinGrote do you see any useful parameters that might make sense to add? |
Sounds good to me! |
PR Summary
added a new cmdlet for a new API that was released the last sprint.
https://docs.microsoft.com/en-us/azure/devops/release-notes/2020/sprint-165-update#azure-pipelines-1
I still need to add some documentation first and change the changelog.
PR Checklist