Reputation: 41
I am using TFS 2015 as a build server and bitbucket as the source repository. I am trying to implement build trigger on check-in in a specific folder
Like: I have following directory structure in master:
master/driver
master/SRC
I want to have two build configuration for the same branch master ( for driver and other for Product). Each configuration should trigger a build on check in their specific folder.
FYI: Path filters are not available in my TFS 2015
Can set filters on branch only
Upvotes: 0
Views: 679
Reputation: 51073
This feature is not available on TFS2015 update3. You could take a look at below similar question:
More detail info about path filter you could refer this blog: Path Filters in VSTS Build. To use this feature you should either update TFS to TFS2017 or use visual studio team services.
Upvotes: 2