Site icon Azure Greg

Azure Pipelines

Azure DevOps allows you to Continuously build, test, and deploy to any platform and cloud. With Azure DevOps gives you 1,800 free minutes for CI / CD (30 hours per month)

If your project is open source (public Git repo on any Git Service), you get 10 free parallel pipelines per month.


To get started with Azure Pipelines I used https://azuredevopsdemogenerator.azurewebsites.net/ to create a project within Azure DevOps for this walk-through I selected the PartsUnlimited Template. This project is a .Net core application and uses the scrum Azure Board type, full source code can be found on GitHub here – https://github.com/Microsoft/PartsUnlimited

From there I cloned the repo locally and made sure I can run it locally – always a good first step in my opinion.

Now I wish to create a build pipeline so here are the steps I carried out to first of all create a new build pipeline:-




After that its time to experiment with other types of projects and build’s, one way to do this is to look at samples and play with them and look at what’s possible. A great resource for doing this is again using the https://azuredevopsdemogenerator.azurewebsites.net/ generator, this time lets use the SmartHotel360 app,  like so: –

Read more on Azure Pipelines here: – https://azure.microsoft.com/en-us/services/devops/pipelines/

Exit mobile version