Question 49:
Your team currently uses Azure Pipelines. You have to configure Azure Pipelines to pick up code from various GitHub repositories. So, you need to create a continuous integration trigger that would cause the pipeline to run based on the following event. Whenever a change is pushed to any of the master or release branches Ensure that the pipeline does not run when a change is made to a specific archive release branch. You have to complete the below YAML configuration for this requirement.
Which of the following would go into Slot 2?
Answer options:
A.github B.pipeline C.include D.exclude