free-file-sync-change-created-date

This commit is contained in:
2025-04-21 10:27:06 -07:00
parent 74e9fc33af
commit d23f802cdb
3 changed files with 55 additions and 0 deletions

View File

@ -155,6 +155,8 @@ internal static class HelperDay
ADO2025.PI5.Helper20250404.KumaToGatus(logger, args);
else if (args[1] == "Day-Helper-2025-04-07")
ADO2025.PI5.Helper20250407.Sync(logger, args);
else if (args[1] == "Day-Helper-2025-04-21")
ADO2025.PI5.Helper20250421.FreeFileSyncChangeCreatedDate(logger, args);
else
throw new Exception(appSettings.Company);
}