I got some interesting comments on PR #8005 from Copilot about non existing paths included in the main branch and pr triggers. See comment 1 and comment 2.
My new pipeline eng/pipelines/release-ext-azure-logicappsstandard.yml is similar to for example release-ext-microsoft-azd-demo.yml. The issue with non existing paths seems to apply to all extension pipelines under /eng/pipelines.
At the very least I think eng/pipelines/release-azd-extension.yml should be changed to /eng/pipelines/templates/stages/release-azd-extension.yml. But more changes might be necessary.
I got some interesting comments on PR #8005 from Copilot about non existing paths included in the main branch and pr triggers. See comment 1 and comment 2.
My new pipeline
eng/pipelines/release-ext-azure-logicappsstandard.ymlis similar to for example release-ext-microsoft-azd-demo.yml. The issue with non existing paths seems to apply to all extension pipelines under/eng/pipelines.At the very least I think
eng/pipelines/release-azd-extension.ymlshould be changed to/eng/pipelines/templates/stages/release-azd-extension.yml. But more changes might be necessary.