Skip to content

Commit b080a26

Browse files
author
Oren Novotny
committed
update test as casing is not all lower
1 parent af28706 commit b080a26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitVersionExe.Tests/HelpWriterTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public void AllArgsAreInHelp()
1616
{ "TargetBranch", "/b" },
1717
{ "LogFilePath" , "/l" },
1818
{ "DynamicRepositoryLocation" , "/dynamicRepoLocation" },
19+
{ "ExcludeUpdateAssemblyVersion" , "/excludeUpdateAssemblyVersion" },
1920
{ "IsHelp", "/?" }
2021
};
2122
string helpText = null;

0 commit comments

Comments
 (0)