In the previous recipe, you came to understand and learned how to create and configure the build definition. In this recipe, you will learn how to trigger the build manually and understand the process of building the application.
Continuous integration - queuing the build and trigger manually
Getting ready
Before we begin, make sure:
- That you have configured the build definition as mentioned in the previous recipe.
- That all your source code is checked in to the VSTS Team project.
How to do it...
- Navigate to the build definition named build-def-stg and click on...