I’m having two projects on Azure DevOps solution. One is Web Application and the other one is a windows form application. When I commit changes on the windows form solution it is working fine. But in the Web server application when I tried to commit, it was already committed. How to prevent this situation from getting committed simultaneously with both solutions?