Follow the following set of steps to configure continuous deployment for music store application.
- Login to VSTS account https://musicstorecode.visualstudio.com.
- Select the team project MusicStore and navigate to Build & Release | Releases section.
- Click on and then click on Empty (start with an empty definition). Select Next to continue.
- Select Team Builds, Project Name, and Build Definition as shown in the following image. Check the option for continuous deployment to release every time a new build is available. Select Hosted agent as the release agent queue:
- Click Create to create the release definition. ...