Ability to exclude projects
JoaoEdu93 opened this issue · 1 comments
JoaoEdu93 commented
We have unit tests and integration tests in the same repository.
We have a CI pipeline where the unit tests will run and we don't want this pipeline to run the integration tests, even if some of these projects have had changes.
So I think it would be useful to have some way to exclude these projects from the dotnet-affected output.
leonardochaia commented
Hi @JoaoEdu93.
For the CLI, this should get fixed with #79
In the meantime, take a look at my comments here