I have a project that has a folder with some files that are getting worked on frequently but that do not affect the build. Whenever we have one of these files checked in, the entire solution builds. For reasons I won't get into, we cannot separate these files from the project - What I'm interested in doing is either
- Exclude this folder from being monitored by CI, or
- Change from CI trigger to Manually triggered on the build definition and roll my own change detection that monitors folders I specify
I don't know that either of these are possible - any guidance would be much appreciated.