Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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
- Host: GitHub
- URL: https://github.com/fatimajamali81/azure-devops-cicd-pipelines
- Owner: fatimajamali81
- Created: 2024-07-25T16:46:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T17:39:51.000Z (5 months ago)
- Last Synced: 2024-10-13T22:41:04.215Z (2 months ago)
- Topics: android-application, azure-devops, cicd, dotnetcore, pipelines, react-webapp, web-application, yaml
- Language: Ruby
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.