We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be93cd9 commit 772f706Copy full SHA for 772f706
1 file changed
azure-pipelines.yml
@@ -55,12 +55,18 @@ resources:
55
#########################################################################################
56
# When and under what condition to run the pipeline.
57
schedules:
58
- - cron: "32 1 * * *"
59
- displayName: Nightly build
+ - cron: "0 0 * * 0"
+ displayName: Weekly build - master
60
branches:
61
include:
62
- master
63
always: true
64
+ - cron: "0 2 * * 0"
65
+ displayName: Nightly build - v6.2-dev
66
+ branches:
67
+ include:
68
+ - v6.2-dev
69
+ always: true
70
71
jobs:
72
- job: build_and_run_tests
0 commit comments