From 56ee2f15aaee7a230ba23d6aeb146b166b183dc3 Mon Sep 17 00:00:00 2001 From: Stuart Wheater Date: Thu, 5 Feb 2026 16:56:31 +0000 Subject: [PATCH] Update test schedual --- azure-pipelines.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 79a26fbe..4a207074 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,17 +47,18 @@ resources: # When and under what condition to run the pipeline. schedules: - cron: "0 0 * * 0" - displayName: Weekly build - master + displayName: Weekly build - latest release branches: include: - - master - - 6.3.0 + - 6.3.4 always: true - cron: "0 1 * * *" - displayName: Nightly build - v6.3.1-dev + displayName: Nightly build - development branchs branches: include: - - v6.3.1-dev + - v6.3.5-dev + - v6.4.0-dev + - v7.0.0-dev always: true jobs: