Bug in MonoGame pipeline tool

Annoying but simple bug.

Add a shader and #include a missing file.

The tool with an GUI reports build failed but marks all the individual items as green (built successfully)

Luckily building from inside visual studio shows the error message so you can work out which file is causing the problem.

But this should be fixed.

Cheers guys