0

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?

Bjornicus
  • 1,087
  • 1
  • 8
  • 14

1 Answers1

1

no, it is not possible to my knowledge, you can only do that from another repo as the schema suggests (if you could, schema would show that)

4c74356b41
  • 69,186
  • 6
  • 100
  • 141