Azure DevOps for the open Source Projects

Azure DevOps for the open Source Projects presented at .netlocal Conf Bangalore.

Azure DevOps for the Open Source Projects

 

Azure DevOps Allows you to build on any platform and with any language. Let’s see how we can create a CI/CD pipeline for .netcore application with github.

  • Open Visual Studio -> File -> New ->Project.

  • Select .NetCore Under Visual C# section and select the Asp.NetCore Application.

 

  • Select the WebAPI template.

 

  • Publish the code to github by using the steps mentioned​​ here.

 

  • Go to dev.azure.com and create a new project.