Continuous Delivery with VSTS and Jenkins

Source – stackoverflow.com I’m trying to get continuous delivery going with Jenkins (building, deploying) and VSTS (source control). This is the desired workflow: a developer branches off master, makes changes, creates a pull request another developer reviews the PR and eventually merges it into master some system (Jenkins or VSTS) detects that a PR was merged into master and… increments a version number stored in a file within the repo commits the version change back to master builds deploys I was

Read more

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