File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ public static Arguments ParseArguments(List<string> commandLineArguments)
285
285
continue ;
286
286
}
287
287
288
- if ( IsSwitch ( "overrideConfig " , name ) )
288
+ if ( IsSwitch ( "overrideconfig " , name ) )
289
289
{
290
290
foreach ( var item in value . Split ( ';' ) )
291
291
{
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ path The directory containing .git. If not defined current directory
25
25
eg /output json /showvariable SemVer - will output `1.2.3+beta.4`
26
26
/l Path to logfile.
27
27
/showconfig Outputs the effective GitVersion config (defaults + custom from GitVersion.yaml) in yaml format
28
- /overrideConfig Overrides GitVersion config values inline (semicolon-separated key value pairs e.g. /overrideConfig:tag-prefix=Foo)
28
+ /overrideconfig Overrides GitVersion config values inline (semicolon-separated key value pairs e.g. /overrideConfig:tag-prefix=Foo)
29
29
30
30
# AssemblyInfo updating
31
31
/updateassemblyinfo
You can’t perform that action at this time.
0 commit comments