platform · inferred from evidence
ADO pipeline
Azure DevOps pipeline referenced as the environment where analysis properties are set.
- Using sonar.inclusions and exclusions together in an ADO pipeline
yeah you can use both at the same time, they stack. inclusions decide what gets pulled into the analysis at all, then exclusions trim things out of that set. so you dont need to list every folder one by one. a couple of things that might b