Tags

1 page

Azure DevOps

Running GitHub Copilot CLI in Azure DevOps Pipelines

If you’ve been following me for a while, you may have seen my earlier post about GitHub Agentic Workflows. That got me wondering: can I do something similar from an Azure DevOps pipeline? The short answer is yes, although the plumbing is different. GitHub Agentic Workflows compiles a Markdown definition into a guarded GitHub Actions workflow. Azure DevOps does not have that same compiler. Instead, an Azure Pipeline can install GitHub Copilot CLI, authenticate it non-interactively, and run a prompt using the CLI’s programmatic mode.