Skip to content

Commit

Permalink
Merge pull request #301 from microsoft/user/apluchik/dailybuild
Browse files Browse the repository at this point in the history
Add daily build schedule
  • Loading branch information
madhanrm authored Oct 28, 2024
2 parents f7a6ec3 + cf3b7d8 commit 2876550
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
trigger:
- main

schedules:
- cron: "0 0 * * *"
displayName: Moc - main branch - daily build
branches:
include:
- main

jobs:
- template: .pipelines/build.yaml
- template: .pipelines/static.yaml

0 comments on commit 2876550

Please sign in to comment.