diff --git a/docs/core/tools/dotnet-build.md b/docs/core/tools/dotnet-build.md index d4ac620eb2725..21f9f4c524c87 100644 --- a/docs/core/tools/dotnet-build.md +++ b/docs/core/tools/dotnet-build.md @@ -154,7 +154,7 @@ Running `dotnet build` is equivalent to running `dotnet msbuild -restore`; howev - **`-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 and [WarningLevel](../../csharp/language-reference/compiler-options/errors-warnings.md#warninglevel). + 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`. Terminal Logger (see --tl), which is the default in interactive sessions starting in .NET 9, shows limited output at all verbosity levels. For more information, see and [WarningLevel](../../csharp/language-reference/compiler-options/errors-warnings.md#warninglevel). - **`--use-current-runtime, --ucr [true|false]`**