Azure DevOps append commit message when branch name different than refs/tags
I try to create Azure DevOps pipeline and i want to append commit message to each pipeline run that is not executed from tags
.
How to make an Azure DevOps (YAML) branch policy pipeline which also performs a “simulated” merge build+test?
Goal In addition to our current branch policy pipeline which performs a build of the proposed branch to be merged + runs unit tests within build. I would like to add an extra step which then simulates the resultant merge before integration with main code. If the 2nd-level build+test also passes, then the PR should […]
Branching strategy for releasing only approved/tested code
Goal I have a similar goal/question to this one (that’s over 6yrs old now), and I’m just checking to see if there has been any changes in the Git/Azure DevOps world that can assist me. Background Our current strategy is that we have: dev branch where all developers use during the course of a sprint […]