Skip to content

Commit 4338ad7

Browse files
authored
Revise wording of desc to avoid possible misunderstanding (#42886)
Fixes #42424
1 parent 512c0ef commit 4338ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/dotnet-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dotnet run -h|--help
2727

2828
## Description
2929

30-
The `dotnet run` command provides a convenient option to run your application from the source code with one command. It's useful for fast iterative development from the command line. The command depends on the [`dotnet build`](dotnet-build.md) command to build the code. Any requirements for the build, such as that the project must be restored first, apply to `dotnet run` as well.
30+
The `dotnet run` command provides a convenient option to run your application from the source code with one command. It's useful for fast iterative development from the command line. The command depends on the [`dotnet build`](dotnet-build.md) command to build the code. Any requirements for the build apply to `dotnet run` as well.
3131

3232
> [!NOTE]
3333
> `dotnet run` doesn't respect arguments like `/property:property=value`, which are respected by `dotnet build`.

0 commit comments

Comments
 (0)