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
- Host: GitHub
- URL: https://github.com/devopshobbies/azure-devops-ci-cd-dotnet-core
- Owner: devopshobbies
- Created: 2023-02-02T13:00:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T00:37:39.000Z (over 2 years ago)
- Last Synced: 2025-03-31T15:33:51.991Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.