In azure-pipelines one can use dependsOn to indicate what jobs or deployments should be completed before another job will be started.
At the moment, the dependsOn array of the final job has to be added everytime if some job is added.
The question is whether it is possible to define a sort of before expression to ensure that this only has to be defined once in a azure-pipeline template.