AZ-400 Design and implement build and release pipelines • Set 2
AZ-400 Design and implement build and release pipelines Practice Test 2 — 15 questions with explanations. Free, no signup.
You are designing a build pipeline that uses a combination of tasks. The pipeline must compile code, run unit tests, and then publish code coverage results. Match each task with its appropriate placement in the pipeline order. The tasks are: 'Visual Studio Test', 'Publish Code Coverage Results', 'Visual Studio Build'. The correct order is: 1. Build, 2. Test, 3. Publish coverage.