Azure Devops Running Two Builds Sequentially
问题 We have Azure Devops setup. Right now our Project will Build Twice. Once during Pull Request Checkin in the YAML file, and another due to Build Settings (picture below). This triggers two builds, and causes our build time to double. Our Devops team mentioned this is regular practice. Why doesn't Azure Devops just trigger one build, and or is it safer practice with two builds? 回答1: Why doesn't Azure Devops just trigger one build, and or is it safer practice with two builds? As far as I know,