You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.