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: security