The Azure Pipeline documentation on templates and usage has a section about consuming templates from other repositories using a 'repository' resource. I would like to do something similar, but use a pipeline resource (published artifact) instead of a repository resource.
Unfortunately, I can't get it to work. The common.yml@templates
syntax seems specific to repositories and I was unsuccessful downloading the artifacts and referencing them by path (likely because the template is evaluated before any steps are run)
Is it even possible to consume templates from other resources besides repository types?