I updated the Visual Studio 2017 to its latest version of 15.9.2 (as of 26/11/2018). After the update, it gives me an error, which says "An operation is still in progress, Please wait and try again" in the VSTS pane when I try to change the current branch to another branch.
I am sure that there is nothing running behind. Other than that, I have tried the same after a long time, still get the same error. Re-starting Visual Studio helps me to sort this out, but it is annoying to do it for each and every 'Push' I do.
Have anyone came across the same issue? Anyone having a solution or workaround, please?
Here, I was trying to switch from 'Sprint11-Kush' to 'Sprint11'.
Check that you are not executing your application, you cannot switch branches while running a solution in VS. Stop your debug and switch branches
Till visual studio extension is fixed execute below command to change branch
>git checkout <branch name>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With