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

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -