Skip to content

Commit d99dd95

Browse files
committed
cleanup
1 parent be6b65f commit d99dd95

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/GitVersionExe/ArgumentParser.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,6 @@ private void ParseArguments(Arguments arguments, NameValueCollection switchesAnd
225225
return;
226226
}
227227

228-
if (name.IsSwitch("assemblyversionformat"))
229-
{
230-
throw new WarningException("assemblyversionformat switch removed, use AssemblyVersioningScheme configuration value instead");
231-
}
232-
233228
if (name.IsSwitch("v") || name.IsSwitch("showvariable"))
234229
{
235230
ParseShowVariable(value, name, arguments);

0 commit comments

Comments
 (0)