From 914f2a6cc56e03240315c53d6bef71a90caeb30b Mon Sep 17 00:00:00 2001 From: apluchik <68574278+apluchik@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:05:44 -0700 Subject: [PATCH] Add daily build schedule --- azure-pipelines.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 326236d..dac9dbf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,13 @@ trigger: - main +schedules: +- cron: "0 0 * * *" + displayName: Moc - main branch - daily build + branches: + include: + - main + jobs: - template: .pipelines/build.yaml - template: .pipelines/static.yaml