I have the following problem and can't find any solution for it:
Our repository contains multiple C# Solutions and we are using pull-requests to bring new code into develop/master.
The target I want to achieve is the following:
I configured my default-plan as follow:
I expect the following:
Unfortunately it doesn't work as I expect, because on branch-plan creation (at the moment the feature-branch is pushed to the repository), the branch-plan build is triggered, doesn't care if where are changes in Solution 1 or not.
When the developer pushes new changes in the existing branch, it works as I defined and expected (so only changes in Solution 1 triggers the build), but this first build on branch-plan creation is a problem I can't solve... is where some solution how I can handle this?
I know it is old thread but is there any solution for this case?
I think about add some script as the first job in every plan which would check whether change was made in specific directory but this is really weird way.
indeed features very well covered by others known tools. It should have that feature already available.
Does anyone has an workaround?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.