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?
jay158
Highly Voted 3 years, 3 months agopostuond
4 months, 3 weeks agoadityagoel26
Highly Voted 2 years, 4 months agoshivakp
Most Recent 9 months, 3 weeks agovsvaid
1 year, 7 months agogabo
1 year, 10 months agogabo
1 year, 10 months agosyu31svc
3 years agoSunny1710
3 years, 2 months ago