Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 905 Bytes

create-aspnet-core-build-team-services.md

File metadata and controls

24 lines (16 loc) · 905 Bytes
ms.topic ms.prod ms.technology ms.manager ms.author author ms.date
include
devops
devops-cicd
mijacobs
jukullam
juliakm
02/13/2020
  1. On the Files tab of the Code hub, click Set up build.

    Screenshot showing button to set up build for a repository

    You are taken to Azure Pipelines and asked to Choose a template.

  2. In the right panel, click ASP.NET Core, and then click Apply.

    Screenshot showing dotnet core template

    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.

  3. 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.