From af90e39029ce9dcb2db8c1bb509f1997a80de442 Mon Sep 17 00:00:00 2001 From: hanzhang54 Date: Mon, 10 May 2021 10:56:10 +0800 Subject: [PATCH] Move localization pipeline sync schedule to the YAML file (#1478) (#30) (cherry picked from commit 007eccd9408c80f8b60a947af03be934e8a99319) Co-authored-by: Matt Cooley --- 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 287188be..a90e401c 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