diff --git a/.azure-pipelines/official-build.yml b/.azure-pipelines/official-build.yml index 8524027d7b11..3ec83cc9bd3d 100644 --- a/.azure-pipelines/official-build.yml +++ b/.azure-pipelines/official-build.yml @@ -3,6 +3,7 @@ # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml + schedules: - cron: "0 8 * * *" displayName: Daily midnight build @@ -14,6 +15,7 @@ schedules: trigger: none pr: none + stages: - stage: Build