Azure DevOps Services-1: Building an application in the GitHub repository using Azure Pipelines.
In this article, in order to build automatically our source code in GitHub repositories, we will create a pipeline by using Azure Pipelines. For this, we will create an Organization in Azure DevOps and a Project in the Organization that we created. We will connect our Azure Project to a GitHub repo by using our passwords. We will learn how to request Microsoft-hosted agents.
11 min readAug 29, 2023
When new items are committed to GitHub, the pipeline is initiated, and it will build our source code and create a new artifact. Whenever we push our repository, a pipeline will be triggered automatically. We will observe the result by looking at the pipeline’s outputs. We will do it all step by step.
Topics we will cover: