Add CombineFiles functionality for Day-Helper-2025-10-22 and update related configurations
This commit is contained in:
@ -189,6 +189,8 @@ internal static class HelperDay
|
||||
ADO2025.PI7.Helper20250908.DebugProxyPass(logger, args);
|
||||
else if (args[1] == "Day-Helper-2025-09-26")
|
||||
ADO2025.PI7.Helper20250926.RenameThenFindFirstAndLast(logger, args);
|
||||
else if (args[1] == "Day-Helper-2025-10-22")
|
||||
ADO2025.PI7.Helper20251022.CombineFiles(logger, args);
|
||||
else
|
||||
throw new Exception(appSettings.Company);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user