Continuous Integration Using Visual Studio Team Service

Source – c-sharpcorner.com Introduction We can configure our Visual Studio Team Service project, which can automatically build and deploy to Azure app Services. This article tells you how to configure a basic ASP.NET WEB API application in Visual Studio Team service with automatic build and release to Azure app service. Prerequisites Visual Studio 2015+ Azure subscription This article flows, as per the following, Create a new project in VSTS with GIT version control Add a existing project to the newly created

Read more