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