Skip to content

Commit 85d6291

Browse files
authored
Update msbuild-command-line-reference.md
1 parent 2020310 commit 85d6291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/msbuild-command-line-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Square brackets `[]` indicate optional parts, and curly braces `{}`indicate user
8888
|`-noConsoleLogger`<br/><br/>`-noconlog`|Disable the default console logger, and don't log events to the console.|
8989
|`-terminalLogger[:auto`,`on`,`off]`<br/><br/>`-tl[:auto`,`on`,`off]`|Enable or disable the [terminal logger](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-4/#msbuild-new-modern-terminal-build-output). Terminal logger provides enhanced build output on the console in real time, organized logically by project, and designed to highlight actionable information. Specify `auto` (or use the option without arguments) to use the terminal logger only if the standard output is not redirected. Don't parse the output or otherwise rely on it remaining unchanged in future versions. This option is available in MSBuild 17.8 and later.|
9090

91-
## Example 1
91+
## Example
9292

9393
The following example builds the `rebuild` target of the *MyProject.proj* project.
9494

0 commit comments

Comments
 (0)