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: