How to add path to system PATH for MSBuild?

Viewed 22041

Even when I try to put the path to the containing folder of MSBuild.exe e.g. C:\Windows\Microsoft.NET\Framework\v4.0.30319\, calling MSBuild from a command-line doesn't work.

How can I reach that?

1 Answers
Related