From efc9d1228b52677d6a5b7cea6e2a0b8f5741a333 Mon Sep 17 00:00:00 2001 From: Artak <34246760+mkArtakMSFT@users.noreply.github.com> Date: Tue, 10 Dec 2019 08:11:26 -0800 Subject: [PATCH] Account for UTC time to run the Dev-builds CI at midnight PT (#17718) --- .azure/pipelines/devBuilds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/devBuilds.yml b/.azure/pipelines/devBuilds.yml index 332141fafd..61cb699a4e 100644 --- a/.azure/pipelines/devBuilds.yml +++ b/.azure/pipelines/devBuilds.yml @@ -10,7 +10,7 @@ pr: none # Schedule this pipeline to run every midnight schedules: -- cron: "0 0 * * *" +- cron: "0 8 * * *" displayName: Daily midnight Dev builds branches: include: