Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/core/tools/dotnet-publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ The project to publish. It's either the path and filename of a [C#](csproj.md),

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

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

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

`-f|--framework <FRAMEWORK>`

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

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

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

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

`-f|--framework <FRAMEWORK>`

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

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

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

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

`-f|--framework <FRAMEWORK>`

Expand Down