Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 676 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 676 Bytes

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.