rename-then-find-first-and-last (Day-Helper-2025-09-26)

This commit is contained in:
2025-09-29 16:06:06 -07:00
parent 55aa7db97e
commit 7a2492f14b
4 changed files with 289 additions and 1 deletions

View File

@ -187,6 +187,8 @@ internal static class HelperDay
ADO2025.PI6.Helper20250726.CopyToCombinedEnumAndIndexFormat(logger, args);
else if (args[1] == "Day-Helper-2025-09-08")
ADO2025.PI7.Helper20250908.DebugProxyPass(logger, args);
else if (args[1] == "Day-Helper-2025-09-26")
ADO2025.PI7.Helper20250926.RenameThenFindFirstAndLast(logger, args);
else
throw new Exception(appSettings.Company);
}