You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will execute msbuild.exe from "C:\Windows\Microsoft.NET\Framework\v4.0.30319".
With Visual Studio 2013, the path to msbuild.exe has changed.
See "What's New in MSBuild 12.0" here: http://msdn.microsoft.com/en-us/library/hh162058.aspx MSBuild is now installed directly under %ProgramFiles%—for example, in C:\Program Files\MSBuild.
For example, for Visual Studio 2013/MSBuild 12.0, "C:\Program Files (x86)\MSBuild\12.0\Bin\MSBuild.exe" should be used.
Thank you.
The text was updated successfully, but these errors were encountered:
I would like to be able to use the
msbuild
task to build Visual Studio 2013 solutions and projects.Currently, specifying:
Will execute msbuild.exe from "C:\Windows\Microsoft.NET\Framework\v4.0.30319".
With Visual Studio 2013, the path to msbuild.exe has changed.
See "What's New in MSBuild 12.0" here: http://msdn.microsoft.com/en-us/library/hh162058.aspx
MSBuild is now installed directly under %ProgramFiles%—for example, in C:\Program Files\MSBuild.
For example, for Visual Studio 2013/MSBuild 12.0, "C:\Program Files (x86)\MSBuild\12.0\Bin\MSBuild.exe" should be used.
Thank you.
The text was updated successfully, but these errors were encountered: