Today our azure hosted build pipelines running against TFVC branches stopped working with the error Process ‘msbuild.exe’ exited with code ‘1’.

Resolution which worked for us : Update the solution path with wildcard to find the build solution path. Previously we had full path defined but somehow it started causing error.

It looks like Microsoft updated something under the hood and if you are stuck with the same issue then this might help you to move forward.
Leave a comment