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

https://github.com/devopshobbies/azure-devops-ci-cd-dotnet-core

Dotnet CI/CD using Azure Devops
https://github.com/devopshobbies/azure-devops-ci-cd-dotnet-core

Last synced: 7 months ago
JSON representation

Dotnet CI/CD using Azure Devops

Awesome Lists containing this project

README

          

# Azuredevops-ci-cd-dotnet-core
The Dotnet project we used in this tutorial: https://github.com/FabianGosebrink/ASPNETCore-WebAPI-Sample
## Installing Azure-Devops agent as container
The script and Dockerfile for building and running the agent as container, are under the directory Azure-agents-dind.
## Continous integration using Docker images
The Dockerfile and azure-pipeline file for implementing Continous integration using Docker are under the directory docker-ci.
## Continous integration for both windows and Docker environments
The Dockerfile and azure-pipeline files for implementing mutli-platform continous integration are under the directory multiplatform-ci.