You have a .NET Core application (with tests) that you need to push to Azure Repos, then build and test. You will be provided with the code, with which you must use Azure DevOps to complete these tasks.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Create a DevOps Project and Push Code to Azure Repos
- Sign in to the Azure Portal
- Search for Azure DevOps in the services menu
- Create a new Azure DevOps organization and project
- Pull code from the
unit-test
branch of this GitHub repo - Change the remote origin
- Push code to Azure Repos using a Personal Access Token (PAT)
- Create a New Azure DevOps Pipeline
- Go to Azure DevOps Pipelines and create a new pipeline with continuous integration
- Make a change to
Index.cshtml
and push to the main branch - Verify job success