Question 248:
Your company has a Git repository hosted in Azure DevOps. You have to configure the pull requests in a branch to meet the following requirements before they are merged. Ensure that the committed code is compiled successfully. Ensure that pull requests have a Quality gate status of passed in SonarCloud. Which of the following can be used for the requirement? “Ensure that committed code is compiled successfully.”
Answer options:
A.A build policy B.A check-in policy C.A status policy D.A deployment policy