Essentially, we will follow the process where developers can share code in the repository using IDE. VSTS will trigger a build definition execution and it will perform compilation of source files, unit test execution, and other tasks based on configuration and create a package file:
In VSTS, we need to create the build definition for continuous integration. Go to the VSTS account in the browser.
Click on the PetClinic project:
Click on the Build & Release menu in the top bar and select Builds:
There is no build ...