Skip to content

Commit cc2d50a

Browse files
authored
Remove confusing info (#47506)
1 parent 82b22a3 commit cc2d50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/dotnet-msbuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The `dotnet msbuild` command allows access to a fully functional MSBuild.
2525

2626
The command has the exact same capabilities as the existing MSBuild command-line client for SDK-style projects only. The options are all the same. For more information about the available options, see the [MSBuild command-line reference](/visualstudio/msbuild/msbuild-command-line-reference).
2727

28-
The [dotnet build](dotnet-build.md) command is equivalent to `dotnet msbuild -restore`. When you don't want to build the project and you have a specific target you want to run, use `dotnet build` or `dotnet msbuild` and specify the target.
28+
The [dotnet build](dotnet-build.md) command is equivalent to `dotnet msbuild -restore`.
2929

3030
## Examples
3131

0 commit comments

Comments
 (0)