azure-devops-step-by-step

Azure DevOps step by step

Azure DevOps provides developer services for allowing teams to plan work, collaborate on code development, and build and deploy applications. Azure DevOps supports a collaborative culture and set of processes that bring together developers, project managers, and contributors to develop software. It allows organizations to create and improve products at a faster pace than they can with traditional software development approaches.

In this part we are going through Azure DevOps, how to start, how to configure and how to use DevOps

Continuous Integration (CI) and Unit Tests in Azure DevOps

This section about automated builds using YAML pipelines in Azure DevOps. Starting with a simple .NET Core pipeline, the pipeline switches to building Docker images and then runs xUnit tests inside the Docker container. and them are explains in the  following posts:

Creating Azure DevOps Organization and DevOps Project

Azure Pipelines in DevOps

Build Microservice .NET Core in a CI Pipeline in Azure DevOps

Run CI Pipeline with Pull Request

Build CI Pipeline for Docker in  Azure DevOps

Deploy Rest API to Azure API App with using DevOps CI/CD pipelines

Back to home page