ms.topic | ms.prod | ms.technology | ms.manager | ms.author | author | ms.date |
---|---|---|---|---|---|---|
include |
devops |
devops-cicd |
mijacobs |
jukullam |
juliakm |
02/13/2020 |
-
On the Files tab of the Code hub, click Set up build.
You are taken to Azure Pipelines and asked to Choose a template.
-
In the right panel, click ASP.NET Core, and then click Apply.
You now see all the tasks that were automatically added to the build pipeline by the template. These are the steps that will automatically run every time you push code changes.
-
For the Agent pool, select Hosted VS2017. This is how you can use our pool of agents that have the software you need to build your app.