diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e259547a..261e0a9c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,6 +9,13 @@ pr: branches: include: - master +schedules: +- cron: "0 1 * * Mon-Fri" + displayName: Nightly build + branches: + include: + - master + always: true jobs: