From the course: Visual Studio Tools for Azure DevOps

Unlock the full course today

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

Use a pull request to trigger Azure Pipelines

Use a pull request to trigger Azure Pipelines

From the course: Visual Studio Tools for Azure DevOps

Start my 1-month free trial

Use a pull request to trigger Azure Pipelines

- [Instructor] In Git repos, it is common to use pull requests to merge changes from a working branch into the master branch. With Azure Pipelines, a successful pull should trigger the continuous delivery process. Let's see that in action. In Visual Studio, I have the project open. I've got the latest code and the master branch loaded. In the browser, I have the deployed website open. Use Team Explorer to see your pull requests. Click here, then go to Pull Request. The top half of this window shows the requests that you've created, the bottom half shows the ones that were created by other teammates and that have been assigned to me. So I can see that Terry Dactill, one of my teammates, has updated the homepage, and she's requesting a merge from her branch into the master branch. I can see more details by hovering over this, or I can double-click to open it in the Azure DevOps portal. Let's see what we have here. I have one active pull request, it's from Terry. She has a branch called…

Contents