output - MSBuild task silent execution -


I have an MS Word script which is working perfectly but when this task is executed, Then I am looking at all the production progress. What is the only way to write:

Building project ... okay.

Instead of 1000 lines of text?

Use to set logs at the level you want, such as:

  msbuild myScript.proj / verbosity: quiet  
  1. Run your work using Exec Task (see for details)
  2. Implement and filter messages by the task name.

Comments

Popular posts from this blog

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

objective c - how Set autolayout for multiple dynamic buttons and labells in iOS? -