This repository contains a collection of Azure DevOps yaml pipelines, most of which are cicd pipelines for different types of applications:
- Android Mobile Application - Using Fastlane for APK build and Azure DevOps for CI/CD.
- React Web Application - Using Node.js for build and Azure DevOps for CI/CD.
- .NET Core Web APP - Using .NET Core SDK for build and Azure DevOps for CI/CD.
android-app-pipeline
: Contains the pipeline for building and deploying an Android application.react-web-app-cicd
: Contains the pipeline for building and deploying a React web application.dotnet-core-web-app-cicd
: Contains the pipeline for building and deploying a .NET Core Web APP.
Each directory has its own detailed README.md
with setup instructions and pipeline details.
- Clone the repository:
git clone https://github.com/your-username/azure-devops-cicd-pipelines.git cd azure-devops-cicd-pipelines
- Navigate to the desired pipeline directory and follow the instructions in the
README.md
file for setting up and using the pipeline.
I am planning to add more pipelines to this repo in future, Keep an eye out for updates!
This project is licensed under the MIT License.