From the course: Azure for DevOps: Implementing Development Processes

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Integrate external source control with Azure Pipelines

Integrate external source control with Azure Pipelines - Azure Tutorial

From the course: Azure for DevOps: Implementing Development Processes

Start my 1-month free trial

Integrate external source control with Azure Pipelines

- [Instructor] Integrate External Source Control with Azure Pipelines. So, how are we going to integrate our source control with our Azure Pipelines? We have a lab that shows you how to do this, and what we're going to do is we're basically going to integrate a GitHub project into Azure DevOps pipelines. It's rather easy to do, but this lab's going to walk you through not only how you connect the two, how you integrate the two, but also how do you run pull requests in GitHub so that you're building, you're checking out your code, you're developing your application, you're checking it into GitHub. You're creating pull requests, but you're using Azure Pipelines to do the CI build for you, or even a release build. So how do you integrate all that together, and how do you get those pull requests to fire off a build within Azure DevOps services or Azure DevOps itself? There's different ways to do that. So whether…

Contents