Move localization pipeline sync schedule to the YAML file (#1478) (#30)

(cherry picked from commit 007eccd940)

Co-authored-by: Matt Cooley <macool@microsoft.com>
This commit is contained in:
hanzhang54 2021-05-10 10:56:10 +08:00 committed by GitHub
commit af90e39029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,13 @@
# Expects a variable called LocServiceKey to contain the OAuth client secret for Touchdown. # 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 trigger: none
pr: none pr: none