Changing branches for a new sprint
In the project I am working on right now we are maintaining two release branches. One for sprint release and one for hotfixes. Every time we release a sprint we are re-targeting the the build pipelines to point to the new branches for the next sprint. This article is a short description for where you need to change path (mostly for me to remember):
- Log into Azure DevOps
- Go to Pipelines - Builds
- Select the Pipeline you want to change and click Edit
- Go to Get Sources and change the two fields under Server Path
- Select the workflow item called Build the solution and change to the correct path in Project
- Save the pipeline.
Note that when you are looking at the pipeline you will not see the correct branch until you have actually run the build successfully once
Johan
Â




