MSBuild 15 Tools Version not accepted
问题 I have installed the MSBuild (15.4.0) tools for Visual Studio 2017 on a build server. To do this I used the link entitled "Build Tools for Visual Studio 2017" from Visual Studio Downloads The path to the MSBuild.exe is: C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin I have added this path to the Environment Variable 'path'. I have a powershell script with the following as the body for the build task: msbuild '..\MyApplication.sln' /t:Build /tv:15.0 /p