Skip to content

Commit

Permalink
Move localization pipeline sync schedule to the YAML file (microsoft#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mcooley authored Jan 28, 2021
1 parent 9d8e2ad commit 007eccd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/pipelines/azure-pipelines.loc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 007eccd

Please sign in to comment.