We are building lots of projects using msbuild command line. It returns 0 upon (0)Error(s). But it also returns 0 if there are warnings.
At this time we can't set our projects to treat Warnings as Errors as we have 350+ projects.
Is there a way to detect if there were warnings only? Does msbuild can be made to return something special about this scenario?
Thanks