I am running this msbuild scriplet from command line (other details ommited)
<MSBuild Projects ="@(ProjectsToBuild)"
ContinueOnError ="false"
Properties="Configuration=$(Configuration)">
How can I hide its output if I don't have any errors on compile ?