- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud

Create and Test an ASP.NET Core App in Azure Pipelines
Your company, Globomantics, has started using Azure Repos to manage code. They want you to make a pipeline that will automatically build and test an ASP.NET Core application when changes are made to the code repository.

Lab Info
Table of Contents
-
Challenge
Create a New Azure DevOps Organization and Project
- Log in to the Azure portal.
- Create a new private project named
AwesomeProject
-
Challenge
Import an Existing Repo into Azure Repos
- Create a new Azure Repo by importing a GitHub Repo: https://github.com/pluralsight-cloud/lab-Create-and-Test-an-ASP.NET-Core-App-in-Azure-Pipelines
-
Challenge
Install a Self-hosted Agent on the Provided VM
- Install a self-hosted agent onto the provided Linux VM.
- Use a personal access token for the authentication method.
-
Challenge
Create a New Azure DevOps Pipeline
- Create a new Azure DevOps pipeline using Azure Repo and the project you created.
Make sure the following has been configured in the pipeline YAML:
- The
trigger
is set tomain
- The
pool
is set toname: 'Default'
- There is a task to use
.NETCore 3.1.x
-
Challenge
Test the Pipeline by Modifying Some Code
- Make a change to
Index.cshtml
and push to the main branch. - Verify job success.
- Make a change to
About the author
Real skill practice before real-world application
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.