From 021f50d50fdf926e22a4643c0dc0247445cccbb7 Mon Sep 17 00:00:00 2001 From: calebboyd Date: Mon, 24 Jun 2019 09:38:05 -0500 Subject: [PATCH] build: add schedules to yml --- azure-pipelines.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9684318..c37fdbe 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,3 +1,16 @@ +schedules: +- cron: "0 13 * * *" + displayName: "Daily Build 1" + always: true + branches: + include: + - master +- cron: "0 19 * * *" + displayName: "Daily Build 2" + always: true + branches: + include: + - master jobs: - job: BaseBuild timeoutInMinutes: 120