How to do it...

Perform the following steps:

  1. Navigate to the build definition named AzureServerlessCookBook-C# Function-CI and click on the Queue button available on the right-hand side, as shown in the following screenshot:
  1. In the Queue build for AzureServerlessCookBook-C# Function-CI popup, make sure that the Hosted VS2017 option is chosen in the Agent pool drop-down if you are using Visual Studio 2017 and click on the Queue button, as shown in the following screenshot:
  1. In just a few moments, the build will be queued and the message will be displayed, as shown in the following screenshot:
  1. Clicking on the build ID (in our case, 20181025.1) will start the process, and it waits for a few seconds for an available agent to start it.
  2. After a few moments, the build process will start, and in just a few minutes, the build will be completed and you can review the steps of the build in the logs, as shown here. Ignore the warning that is shown for Test Assemblies for now. We will fix this in the recipe Continuous integration – executing unit test cases in the pipeline later in this chapter:
  1. If you would like to view the output of the build, click on the Artifacts button highlighted in the following screenshot. You can download the files by clicking on the Download button as shown here: