diff --git a/docs/core/tools/dotnet-publish.md b/docs/core/tools/dotnet-publish.md index 0b9407b85d548..b7417205373c8 100644 --- a/docs/core/tools/dotnet-publish.md +++ b/docs/core/tools/dotnet-publish.md @@ -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 ` -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 ` @@ -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 ` -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 ` @@ -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 ` -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 `