From 52b3a5520af31885280214e92cbf36e57607886c Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Thu, 28 Jan 2021 10:46:37 -0800 Subject: [PATCH] Move localization pipeline sync schedule to the YAML file (#1478) (cherry picked from commit 007eccd9408c80f8b60a947af03be934e8a99319) --- build/pipelines/azure-pipelines.loc.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build/pipelines/azure-pipelines.loc.yaml b/build/pipelines/azure-pipelines.loc.yaml index 287188be7..a90e401c9 100644 --- a/build/pipelines/azure-pipelines.loc.yaml +++ b/build/pipelines/azure-pipelines.loc.yaml @@ -7,6 +7,13 @@ # Expects a variable called LocServiceKey to contain the OAuth client secret for Touchdown. +schedules: +- cron: "0 5 * * *" + displayName: Daily sync + branches: + include: + - master + trigger: none pr: none