azure-dev
azure-dev copied to clipboard
Support Azure DevOps in Pipeline Commands
Today azd pipeline config supports GitHub workflows. Let's also add support for Azure DevOps Pipelines
A sample pipeline and full instructions in README to get it all setup can be found here https://github.com/Azure/azure-dev/tree/main/templates/common/.azdo/pipelines
- Every template should include both
- azd pipeline config will default to GitHub
- Add a param, something like --provider {github|azdo} to facilitate more providers in the future
Plan
- https://github.com/Azure/azure-dev/issues/236
- https://github.com/Azure/azure-dev/issues/237
- https://github.com/Azure/azure-dev/issues/238
- https://github.com/Azure/azure-dev/issues/239
Would be looking for this as well.
Very interested in this!