From 2a0c7c6ab341828f4dbdfeefc15af0394ac88f09 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Wed, 5 Aug 2026 12:40:47 -0700 Subject: [PATCH 1/2] ci: update daily build schedule Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: bebd80ec-8d0e-4ed5-99c6-4a52bab93552 --- .azure-pipelines/daily-ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/daily-ci-build.yml b/.azure-pipelines/daily-ci-build.yml index 16c96aa4..ccf3f4b5 100644 --- a/.azure-pipelines/daily-ci-build.yml +++ b/.azure-pipelines/daily-ci-build.yml @@ -2,7 +2,7 @@ trigger: none pr: none schedules: - - cron: '0 0 * * *' + - cron: '0 7 * * *' displayName: Daily builds branches: include: From 6021cdfb04e16e2f040a7ddc5e131a1fe6464c26 Mon Sep 17 00:00:00 2001 From: Ramses Sanchez-Hernandez <63934382+ramsessanchez@users.noreply.github.com> Date: Wed, 5 Aug 2026 13:25:07 -0700 Subject: [PATCH 2/2] Fix missing newline at end of ErrorConstants.java Added a missing newline at the end of the file.