vs编译时打印Task中日志。

https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-build

-v|--verbosity

Sets the verbosity level of the command. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic]. The default is minimal. By default, MSBuild displays warnings and errors at all verbosity levels. To exclude warnings, use /property:WarningLevel=0. For more information, see LoggerVerbosity and WarningLevel.

默认是minimal不会显示task中的日志。 换成normal就行。
dotnet build -v n

posted @ 2023-06-19 15:17  dewxin  阅读(27)  评论(0编辑  收藏  举报