Differences between Visual Studio Build step and MSBuild Build step
They are almost the same just as Daniel mentioned. The main difference is just as what you have found: Visual Studio Build step add Visual Studio Version to the build. Should I use the Visual Studio Build step or the MSBuild step? If you are building a solution, in most cases you should use the … Read more