Exam Preparation Quiz

Question 56 of 75

Configure Build Triggers in Azure Pipelines

You work for MDFT Pro, a well-known training agency. The academy uses Azure Pipelines to build its educational applications, and a GitHub repository to store the source code. The build pipelines have continuous integration (CI) enabled.

You plan to trigger an automated build whenever MDFT Pro’s developers commit code changes to the repository. You need to ensure that the system will wait until a build completes before queuing another build.

What should you implement?

Choose the correct answer from the options below.

Explanations for each answer:

Learn more about batching Continuous Integration (CI) runs:
Batching CI Runs
Next Question