In the previous recipe, you learned how to create and configure a 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 a build and triggering it manually
Getting ready
Before we begin, make sure of the following:
- You have configured the build definition as mentioned in the previous recipe
- All your source code is checked in to the Azure DevOps team project
How to do it...
Perform the following steps:
- Navigate to the build definition named AzureServerlessCookBook...