Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
added daily builds at midnight (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelperel authored Apr 27, 2020
1 parent fcfbf6b commit 5c8cc86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
schedules:
- cron: "0 0 * * *"
displayName: "Daily midnight build"
branches:
include:
- master
always: true

pool:
vmImage: "Ubuntu-16.04"

Expand Down

0 comments on commit 5c8cc86

Please sign in to comment.