I'm new to yaml pipeline deployments, Can any point me to the right direction on how to include a yaml template between different tasks in the main template in Azure pipeline deployment.
I have created build.yaml file which has several tasks. Now I need to include/call/use another template (which has some tasks) in between the tasks in build.yaml
how can we achieve this ?