🔍

Designing and Implementing Microsoft DevOps Solutions AZ-400 — Question 304

Topic 7 · Question 304 of 358

Topic 7 · Question 304

You have a project in Azure DevOps. You create the following YAML template named Template1.yml. steps: - script: npm install - script: yarn install - script: npm run compile You create the following pipeline named File1.yml. parameters: usersteps: - task: MyTask@1 - script: echo Done You need to ensure that Template1.yaml runs before File1.yml. How should you update File1.yml?