Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fatimajamali81/azure-devops-cicd-pipelines

This repository contains a collection of Azure DevOps yaml pipelines, most of which are CI/CD pipelines for different types of applications
https://github.com/fatimajamali81/azure-devops-cicd-pipelines

android-application azure-devops cicd dotnetcore pipelines react-webapp web-application yaml

Last synced: 1 day ago
JSON representation

This repository contains a collection of Azure DevOps yaml pipelines, most of which are CI/CD pipelines for different types of applications

Awesome Lists containing this project

README

        

# Azure DevOps Pipelines Collection

This repository contains a collection of Azure DevOps yaml pipelines, most of which are cicd pipelines for different types of applications:
1. **Android Mobile Application** - Using Fastlane for APK build and Azure DevOps for CI/CD.
2. **React Web Application** - Using Node.js for build and Azure DevOps for CI/CD.
3. **.NET Core Web APP** - Using .NET Core SDK for build and Azure DevOps for CI/CD.

## Directory Structure
- `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.

## How to Use
1. Clone the repository:
```sh
git clone https://github.com/your-username/azure-devops-cicd-pipelines.git
cd azure-devops-cicd-pipelines
```
2. Navigate to the desired pipeline directory and follow the instructions in the `README.md` file for setting up and using the pipeline.

## Additional information
I am planning to add more pipelines to this repo in future, Keep an eye out for updates!

## License
This project is licensed under the MIT License.