@@ -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