How to Include Paths and Exclude All Others
I am in the process of building out several pipelines that correspond with projects within my .NET 6 solution. I did not want a pipeline to run if it didn’t need to. If a change was made to Project B and Project B isn’t connected to Project A through project references, I don’t want Project …