Azure multi repo trigger – Why is it triggering multiple times for the same commit?
Sample from yml file: pool: name: Managed demands: - agent.name -equals Agent2 # Overrides the value for Build.BuildNumber, which is used to name the artifact (ZIP file) that is produced name: '$(Date:yyyyMMdd)T$(Hours)$(Minutes)$(Seconds)' resources: repositories: - repository: RepoA type: git ref:…