Add CombineFiles functionality for Day-Helper-2025-10-22 and update related configurations

This commit is contained in:
2025-10-24 22:33:26 -07:00
parent 46590d48cd
commit b29ef7682d
5 changed files with 156 additions and 219 deletions

View File

@ -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);
}