Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add path to system PATH for MSBuild?

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?

like image 708
Nam G VU Avatar asked Sep 15 '25 21:09

Nam G VU


1 Answers

I figure it out my mistake. It seems I have one extra space preceeding C:\ when adding to PATH; i.e. (something before); C:\my\path. It should be (something before);C:\my\path

like image 90
Nam G VU Avatar answered Sep 19 '25 15:09

Nam G VU