Add nightly build task.

This commit is contained in:
Sergio Benitez 2019-07-06 01:15:24 -07:00
parent bb09a9e720
commit fbece2d70d
1 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,14 @@
name: Rocket name: Rocket
schedules:
- cron: "0 4 * * *"
displayName: Nightly 4AM UTC Build
branches:
include:
- master
- v0.4
always: true
jobs: jobs:
- template: azure-pipelines-template.yml - template: azure-pipelines-template.yml
parameters: parameters: