We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9957854 commit 797b221Copy full SHA for 797b221
1 file changed
aspnetcore/blazor/host-and-deploy/index.md
@@ -40,7 +40,7 @@ Open a command shell to the project's root directory.
40
Use the [`dotnet publish`](/dotnet/core/tools/dotnet-publish) command to publish the app:
41
42
```dotnetcli
43
-dotnet publish -c Release
+dotnet publish
44
```
45
46
# [.NET CLI](#tab/net-cli)
@@ -50,7 +50,7 @@ Open a command shell to the project's root directory.
50
51
52
53
54
55
56
---
0 commit comments