Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 485 Bytes

File metadata and controls

13 lines (11 loc) · 485 Bytes
ms.topic ms.service ms.manager ms.author author ms.date
include
azure-devops-pipelines
mijacobs
vijayma
vijayma
07/07/2020

A wrong version of the YAML file is being used in the pipeline. Why is that?

  • For CI triggers, the YAML file that is in the branch you are pushing is evaluated to see if a CI build should be run.
  • For PR triggers, the YAML file resulting from merging the source and target branches of the PR is evaluated to see if a PR build should be run.