From f430f28f495ca220900783e8cba5c399507f5e89 Mon Sep 17 00:00:00 2001 From: Michael Perel Date: Sun, 26 Apr 2020 18:22:11 +0000 Subject: [PATCH] added daily builds at midnight --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fcc119d..69224e3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,3 +1,11 @@ +schedules: + - cron: "0 0 * * *" + displayName: "Daily midnight build" + branches: + include: + - master + always: true + pool: vmImage: "Ubuntu-16.04"