Simon Hohenadl
unread,Mar 16, 2013, 7:53:09 PM3/16/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fshar...@googlegroups.com
I want to reduce the verbosity of an MSBuild task in order to only see warnings, if there are any at all.
I cannot quite figure out the what to do from the FAKE source code.
I tried
MSBuild buildDir "Build" [("Configuration","Release"); ("Verbosity", "Quiet")]
but that didn't help.
Thanks for any help,
Simon