Skip to content

Commit

Permalink
Azure Pipelines - move scheduled builds from classic editor to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lkrcal committed Oct 22, 2019
1 parent 1a6b583 commit 7d2e3b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines.yml
@@ -1,9 +1,17 @@
trigger:
- master
- develop
- release/*
pr:
- master
- develop
schedules:
- cron: "0 0 * * *"
displayName: Daily build (UTC)
branches:
include:
- master
- develop

pool:
vmImage: 'ubuntu-16.04'
Expand Down

0 comments on commit 7d2e3b1

Please sign in to comment.