3 tips for YAML Azure pipelines ๐
1) Parameters
Parameters allow you to pass values to pipelines, for instance, you can use a parameter to pass the solution names that you want to deploy.
The examples in this blog will be based on Power Platform pipelines.
parameters:
- name: Dem...
calumharrison.hashnode.dev2 min read