I have an Azure pipeline that is using MSBuild to build project. Inside build.proj file, there is a command to run devenv.com to build a vdproj file.
We have few vdproj file in the solution. Recently, there is an issue when running the pipeline, it hit the error below:
E:BuildAgent5_work1ssrcXXX_SetupXXX_Setup.vdproj : error : The operation was canceled. [E:BuildAgent5_work1sbuildBuild.proj]
One or more projects in the solution were not loaded correctly.
However, when we manually MSBuild in the server, there is no issue. The build agent and visual studio are already up to date.
Anyone encounter this issue before?
Thanks