You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since commit eee037c, search of grunt.cmd path fails when the where command is used.
The reason is that the ConsoleToMsBuild attribute has been removed from Exec task so the TaskParameter named ConsoleOutput is no longer filled and the GruntExecutable becomes empty. No error is detected because the command is successfully executed and the ExitCode is 0.
But the GruntExecutable is undefined and the execution of the grunt file failed.
Since commit eee037c, search of grunt.cmd path fails when the where command is used.
The reason is that the ConsoleToMsBuild attribute has been removed from Exec task so the TaskParameter named ConsoleOutput is no longer filled and the GruntExecutable becomes empty. No error is detected because the command is successfully executed and the ExitCode is 0.
But the GruntExecutable is undefined and the execution of the grunt file failed.
The Grunt target should be restored as it :
The text was updated successfully, but these errors were encountered: