Was getting the error “The “Exec” task needs a command to execute” while building a C#/C++ project in Visual Studio.
Problem turned out to be a stray newline in the Post-build step (I’d removed a copy but not cleared the newline)
Was getting the error “The “Exec” task needs a command to execute” while building a C#/C++ project in Visual Studio.
Problem turned out to be a stray newline in the Post-build step (I’d removed a copy but not cleared the newline)