MSBuild [modified]
-
Hi Guys - I've been experimenting with MSBuild, and in my quest for meaninful output, have found an odd problem with displaying messages: I have the following section:
<Target Name="MyAfterBuild">
<Message Text="==================MESSAGE=================="/>
<Warning Text="==================WARNING=================="/>
<Error Text="==================ERROR=================="/>
<Target/>Which displays an Error Message, a Warning Message, but no normal Message in the error list. I have set the MSBuild output to Max, and set the message Importance to High, but still it is not displaying any output. What can i do to fix this? Regards
------------------------------- Carrier Bags - 21st Century Tumbleweed.
modified on Tuesday, August 18, 2009 6:52 AM