'Calling Azure devops pipeline from multiple other pipeline [Azure devops]

Azure Devops pipeline is not getting triggered from multiple other pipelines. It works properly just for 1st pipeline.

Could please anyone help?

trigger: none
pr: none
resources:
      pipelines:
      - pipeline: 'depends'
        source: 'common-gulp-trigger'
        trigger: true
      - pipeline: 'depends2'
        source: 'common-gulp-trigger2'
        trigger: true
      - pipeline: 'depends3'
        source: 'common-gulp-trigger3'
        trigger: true


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source