Issue when migrating from azure devops nested templates #293
Unanswered
javierpe27
asked this question in
Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have 3 pipelines, one is the main pipeline that uses one as a template and this second one calls a third as a template ; Main -> Template 1 -> Template 2
The templates are in the same repo (in a different folder), however, I'm having issues using the automation to migrate these pipelines receiving an error that the template with the provided path doesn't exist, is there any special way I should provide the path? I've tried with relative and absolute paths but it still doesn't work. Any idea?
Beta Was this translation helpful? Give feedback.
All reactions