MatchPath

This commit is contained in:
2023-09-27 08:52:48 -07:00
parent c1a4eb4808
commit 0d6af37f89
3 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,7 @@ public record AppSettings(string BuildNumber,
string Company,
string Destination,
string GitCommitSeven,
bool MatchPath,
int MillisecondsDelay,
string WatchDirectory)
{