From fbece2d70d0231342e6ed086bb5abe8b31fe5c19 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sat, 6 Jul 2019 01:15:24 -0700 Subject: [PATCH] Add nightly build task. --- .github/azure-pipelines.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/azure-pipelines.yml b/.github/azure-pipelines.yml index 36f7e8ca..793944b3 100644 --- a/.github/azure-pipelines.yml +++ b/.github/azure-pipelines.yml @@ -1,4 +1,14 @@ name: Rocket + +schedules: +- cron: "0 4 * * *" + displayName: Nightly 4AM UTC Build + branches: + include: + - master + - v0.4 + always: true + jobs: - template: azure-pipelines-template.yml parameters: