MSBuild.NodeTools
MSBuild.NodeTools copied to clipboard
MSB4064: ConsoleToMsBuild parameter is not supported by the Exec task
Docs say this is unsupported. https://msdn.microsoft.com/en-us/library/microsoft.build.tasks.exec.consoletomsbuild.aspx.
Earlier I was building successfully without receiving this error. Today, I get this error. Is this a known issue?
StackOverflow says this is a way to direct output to console http://stackoverflow.com/questions/8938679/how-get-exec-task-output-with-msbuild
Having this issue as well.