This project is setup to demo the features of Azure DevOps. Each element is configured for demo purposes only. This repo is meant to be used for reference for the Azure DevOps: Zero to Hero Course - Available here.
- Follow along with the video: https://aka.ms/AzureDevOps/ZeroToHero
- Clone the repository
- Configure the Build pipeline with connectors to your preferred cloud service and Docker Registry. Azure Container Registry is the registry of choice that was used in this demo. A login and subscription to Azure is required.
- Build out your tasks using Azure Boards.
- Create and configure your Build and Release Pipelines. Feel free to use the sample 'Azure-Pipelines.yml'
- Go forth and code!
All testing is done via the pipelines. The Pipeline is defined into stages using Build and Deploy.
Feedback is welcome. Please create a branch and open a PR with any suggestions.