From f710ad91431a7fd9293efbb80ed5bc1152519aff Mon Sep 17 00:00:00 2001 From: Ryan Tremblay Date: Thu, 6 Feb 2025 15:39:00 -0800 Subject: [PATCH 1/3] Configure scheduled builds --- .github/azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/azure-pipelines.yml b/.github/azure-pipelines.yml index 49301f7b..fc9c6061 100644 --- a/.github/azure-pipelines.yml +++ b/.github/azure-pipelines.yml @@ -4,6 +4,14 @@ trigger: pr: - main +schedules: +- cron: "0 0 * * *" + displayName: Nightly Build + branches: + include: + - main + always: true + variables: - name: ndkVersion value: 25.2.9519653 From 8eac613e97d4a266e4a365b239d5e9d8cba3643f Mon Sep 17 00:00:00 2001 From: Ryan Tremblay Date: Thu, 6 Feb 2025 15:39:48 -0800 Subject: [PATCH 2/3] Switch to test branch for now --- .github/azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/azure-pipelines.yml b/.github/azure-pipelines.yml index fc9c6061..9b03c7c9 100644 --- a/.github/azure-pipelines.yml +++ b/.github/azure-pipelines.yml @@ -9,7 +9,8 @@ schedules: displayName: Nightly Build branches: include: - - main + - nightly-build + # - main always: true variables: From 877929bfceabe4934c6219ffdb6b85ee85049692 Mon Sep 17 00:00:00 2001 From: Ryan Tremblay Date: Fri, 7 Feb 2025 08:53:15 -0800 Subject: [PATCH 3/3] Back to main --- .github/azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/azure-pipelines.yml b/.github/azure-pipelines.yml index 9b03c7c9..fc9c6061 100644 --- a/.github/azure-pipelines.yml +++ b/.github/azure-pipelines.yml @@ -9,8 +9,7 @@ schedules: displayName: Nightly Build branches: include: - - nightly-build - # - main + - main always: true variables: