Question 48:
Your team currently makes use of Azure Pipelines. You have to configure Azure Pipelines to pick up code from various GitHub repositories. You have 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 1?
Answer options:
A.github B.pipeline C.include D.exclude