Skip to content

Commit 0b632b1

Browse files
authored
fix configuration param (#17158)
1 parent 814385f commit 0b632b1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/core/tools/dotnet-publish.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ The project to publish. It's either the path and filename of a [C#](csproj.md),
6464

6565
# [.NET Core 2.1](#tab/netcore21)
6666

67-
`-c|--configuration {Debug|Release}`
67+
`-c|--configuration <CONFIGURATION>`
6868

69-
Defines the build configuration. The default value is `Debug`.
69+
Defines the build configuration. The default for most projects is `Debug`, but you can override the build configuration settings in your project.
7070

7171
`-f|--framework <FRAMEWORK>`
7272

@@ -119,9 +119,9 @@ Defines the version suffix to replace the asterisk (`*`) in the version field of
119119

120120
# [.NET Core 2.0](#tab/netcore20)
121121

122-
`-c|--configuration {Debug|Release}`
122+
`-c|--configuration <CONFIGURATION>`
123123

124-
Defines the build configuration. The default value is `Debug`.
124+
Defines the build configuration. The default for most projects is `Debug`, but you can override the build configuration settings in your project.
125125

126126
`-f|--framework <FRAMEWORK>`
127127

@@ -170,9 +170,9 @@ Defines the version suffix to replace the asterisk (`*`) in the version field of
170170

171171
# [.NET Core 1.x](#tab/netcore1x)
172172

173-
`-c|--configuration {Debug|Release}`
173+
`-c|--configuration <CONFIGURATION>`
174174

175-
Defines the build configuration. The default value is `Debug`.
175+
Defines the build configuration. The default for most projects is `Debug`, but you can override the build configuration settings in your project.
176176

177177
`-f|--framework <FRAMEWORK>`
178178

0 commit comments

Comments
 (0)