DRAG DROP - You are developing a full Microsoft .NET Framework solution that includes unit tests. You need to configure SonarQube to perform a code quality validation of the C# code as part of the build pipelines. Which four tasks should you perform in sequence? To answer, move the appropriate tasks from the list of tasks to the answer area and arrange them in the correct order. Select and Place: Â Suggested Answer: Step 1: Prepare Analysis Configuration Prepare Analysis Configuration task, to configure all the required settings before executing the build. This task is mandatory. In case of .NET solutions or Java projects, it helps to integrate seamlessly with MSBuild, Maven and Gradle tasks. Step 2: Visual Studio Build - Reorder the tasks to respect the following order: Prepare Analysis Configuration task before any MSBuild or Visual Studio Build task. Step 3: Visual Studio Test - Reorder the tasks to respect the following order: Run Code Analysis task after the Visual Studio Test task. Step 4: Run Code Analysis - Run Code Analysis task, to actually execute the analysis of the source code. This task is not required for Maven or Gradle projects, because scanner will be run as part of the Maven/Gradle build. Note: Reference: https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Extension+for+VSTS-TFS This question is in AZ-400 Exam For getting Microsoft DevOps Engineer Expert Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer