Branch analysis is not working or not able to detect multiple long-lived branches

Yes! Initially we were facing this issue when we run the project

I tried different combinations and deleted the whole project and set it up from scratch to get it work. Its working now by running it from main branch and integrating with msbuild option


However when we rename it as dev and run from dev branch the project analysis is empty

Can you share some insights here why is it not able to take the long-lived pattern which was set at project level.
image

FYI we are not creating the project manually, Its setup using azuredevops ci pipeline so we had to run first analysis and later changed the default pattern to above pattern as per our project.