omnisharp-server
omnisharp-server copied to clipboard
Try to use MSBuild from VS2013, instead of MSBuild from .NET 4.0
Sometimes, you may not be able to compile a VS2013 project using MSBuild from .NET 4.0.
Example: compiling a VSTO project, having VSTO up to date, would fail, because of new parameter in SignFile task.
The quotes are needed because in a 64bits Windows, it will be located inside "C:\Program Files (x86)\MSBuild".