【问题标题】:MSBuild : how to suppress the warning summary at the end of the buildMSBuild:如何在构建结束时抑制警告摘要
【发布时间】:2011-03-28 09:39:33
【问题描述】:

在 MSBuild 脚本上,所有错误和警告都会写入两次: - 一旦发生 - 在构建结束时作为总结

我听说可以在构建结束时避免摘要,但是我没有在文档中找到该选项。

大家都知道这个选项吗?

谢谢

【问题讨论】:

    标签: .net msbuild build-automation


    【解决方案1】:

    您可以使用/consoleloggerparameters:NoSummary/fileloggerparameters:NoSummary 选项。

    有关更多信息/详细信息,请参阅msbuild /?

    【讨论】:

      猜你喜欢
      • 2011-01-26
      • 2018-11-03
      • 2010-11-04
      • 2011-01-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-08-06
      相关资源
      最近更新 更多