Question 295:
Whizlabs added the SonarCloud scanner task to their CI pipeline. They want SonarCloud to run after the Unit test`s run. Bellow is the part of their Azure DevOps pipeline script for the SonarCloud Analysis task.
<span style="font-size:calc(var(--rem) * 1px * 1.0625); letter-spacing:0px">Will pipeline run SonarCloud Analysis for master branch pull request if the Unit test fails?
Answer options:
A.Yes B.No