Skip to content

Commit 797b221

Browse files
authored
Updates
1 parent 9957854 commit 797b221

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • aspnetcore/blazor/host-and-deploy

aspnetcore/blazor/host-and-deploy/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Open a command shell to the project's root directory.
4040
Use the [`dotnet publish`](/dotnet/core/tools/dotnet-publish) command to publish the app:
4141

4242
```dotnetcli
43-
dotnet publish -c Release
43+
dotnet publish
4444
```
4545

4646
# [.NET CLI](#tab/net-cli)
@@ -50,7 +50,7 @@ Open a command shell to the project's root directory.
5050
Use the [`dotnet publish`](/dotnet/core/tools/dotnet-publish) command to publish the app:
5151

5252
```dotnetcli
53-
dotnet publish -c Release
53+
dotnet publish
5454
```
5555

5656
---

0 commit comments

Comments
 (0)