Question 172:
A company is planning on Azure DevOps. They want to use DevOps practices for the development and deployment of applications. They have the following patterns. They want to implement different development teams when it comes to Build automation. “Ensure that only code that compiles and passes unit testing is checked into the Integration branch.” “Ensure that code is of good quality before it is released to the test area.” “Ensure that security vulnerabilities are identified as soon as possible in the code base.” Which of the following technique in build automation can be used for the following requirement? “Ensure that only code that compiles and passes unit testing is checked into the Integration branch.”
Answer options:
A.Daily Builds B.Gated Check-ins C.Code Analysis Integrations D.Fortify Integrations