omnisharp-server icon indicating copy to clipboard operation
omnisharp-server copied to clipboard

Try to use MSBuild from VS2013, instead of MSBuild from .NET 4.0

Open ecsousa opened this issue 11 years ago • 0 comments

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".

ecsousa avatar Jan 29 '15 00:01 ecsousa