diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml deleted file mode 100644 index db69be807..000000000 --- a/.azure-pipelines.yml +++ /dev/null @@ -1,16 +0,0 @@ -schedules: - # nightly builds to populate caches - - cron: "3 0 * * Mon" - displayName: Weekly midnight build - branches: - include: - - main - always: true - - cron: "3 0 * * Tue-Sat,Sun" - displayName: Daily midnight build - branches: - include: - - main - -extends: - template: .azure-pipelines/azure-pipelines.yml