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 7abc95a commit 4a7b9dbCopy full SHA for 4a7b9db
azure-pipelines.yml
@@ -1,5 +1,11 @@
1
trigger: ["master"]
2
pr: ["master"]
3
+schedules:
4
+ - cron: "0 1 * * 0"
5
+ displayName: "Sunday build"
6
+ branches:
7
+ include: ["master"]
8
+ always: true
9
10
resources:
11
repositories:
0 commit comments