AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: You have a project in Azure DevOps. You create azure video

Question 1 Be Honest
« Back   Next az-400-devops-engineer-expert Question »
Answer

Full Certification Question

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?