Skip to content

Commit ecc85cd

Browse files
dasMullimairaw
authored andcommitted
Correct capitalization of Release configuration. (#5704)
1 parent c8c551d commit ecc85cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/docker/building-net-docker-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,11 @@ Ethernet adapter Ethernet:
210210
You can produce an application that is ready to deploy to production locally using the [dotnet publish](../tools/dotnet-publish.md) command.
211211

212212
```console
213-
dotnet publish -c release -o published
213+
dotnet publish -c Release -o published
214214
```
215215

216216
> [!NOTE]
217-
> The -c release argument builds the application in release mode (the default is debug mode). For more information, see the [dotnet run reference](../tools/dotnet-run.md) on command-line parameters.
217+
> The -c Release argument builds the application in release mode (the default is debug mode). For more information, see the [dotnet run reference](../tools/dotnet-run.md) on command-line parameters.
218218
219219
You can run the application on **Windows** using the following command.
220220

0 commit comments

Comments
 (0)