Triggering an Azure Devops pipeline from another pipeline
问题 I'm having problems triggering a pipeline from another Pipeline in Azure DevOps. I have a CI pipeline and I want to trigger a Deploy Pipeline whenever CI passes on a master branch. This seems to be technically possible, but the documentation is unclear. I see the following: # this is being defined in app-ci pipeline resources: pipelines: - pipeline: securitylib source: security-lib-ci trigger: branches: - releases/* - master But it's unclear as to a) whether this goes in the triggering