在不同的MSBuild输出详细程度下,输出是什么? [英] What is output at the different MSBuild output verbosity levels?

查看:203
本文介绍了在不同的MSBuild输出详细程度下,输出是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

MSBuild 构建输出详细程度的不同级别上,输出的定义是什么?

What is the definition of what is output at the different levels of MSBuild build output verbosity?

  • 安静
  • 最小
  • 普通
  • 详细
  • 诊断

推荐答案

安静:仅显示构建结果.
最小:显示msbuild的一些配置以及CSC任务.
正常:这将显示所有目标及其主要步骤.
详细信息:除了正常之外,该标志还显示任务及其在每个目标中的实现.
诊断:包含MSBuild需要和产生的所有信息,包括开关,参数,先决条件等.目标和任务的输入参数,还包含输入和输出参数的值,任务执行的详细步骤.每个任务的执行时间.

Quiet: only shows the result of your build.
Minimal: shows some configurations of your msbuild, and the CSC task.
Normal: This will show all the targets and its mainly steps.
Details: In addition to normal, this flag shows the task and it's implementation within the each target.
Diagnostic: Contains all the information that a MSBuild need and produce, it's switches, parameteres, prerequisites and etc. The input parameter of the target and task, and also contains the value of the input and output parameter, the detail steps of the task execution. The time execution for each task.

查看默认记录器如何使用 verbosity (详细程度)

See how default logger uses verbosity here.

这篇关于在不同的MSBuild输出详细程度下,输出是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆