The build pipeline is responsible for running the steps needed to create the artifacts of your application. The artifacts that are produced by the build pipeline will then proceed to another pipeline–the release pipeline–to be deployed to your cloud environment.
Perform the following steps in your Azure DevOps project portal:
- Click on the Pipelines | Build menu item to access the build pipelines of your project:
- Click on the New pipeline button. In the New pipeline wizard, select the use the visual designer option:
- Select the source control that your project source code resides in.