Hi,
I was wondering if FinalBuilder has taken into account the new location of MSBUILD:
http://blogs.msdn.com/b/visualstudio/archive/2013/07/24/msbuild-is-now-part-of-visual-studio.aspx
How do we set FinalBuilder to run MSBUILD from C:\Program Files (x86)\MSBuild\12.0\Bin ?
Thanks,
Dave
Hi Dave,
The [Build VS.Net Solution] action will detect the location of MSBuild from the registry. It will use the MSBuilder version which matches the selected VS.Net Version. So in this case selecting VS 2013 and checking “Use MSBuild” will result in the MSBuild version your after.
On the [MSBuild] action selecting the v12 MSBuild version is all that is required.
Thanks Jason!