From 2b92d2293c478bcd2373c0f23ca71e8e8f1f8afa Mon Sep 17 00:00:00 2001 From: Jon Thysell Date: Wed, 13 Oct 2021 12:01:25 -0700 Subject: [PATCH] Remove schedules from publish.yml ***NO_CI*** Publish schedules are managed in ADO, removing this to prevent confusion. --- .ado/publish.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.ado/publish.yml b/.ado/publish.yml index cfd2d99200..f9bc4dff4a 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -14,19 +14,6 @@ variables: - name: NugetSecurityAnalysisWarningLevel value: 'warn' -schedules: -- cron: "0 5 * * *" # 5AM Daily UTC (10PM Daily PST) - displayName: Nightly master publish build - branches: - include: - - master - -- cron: "0 15 * * 1" # 3PM Monday UTC (8AM Monday PST) - displayName: Weekly stable publish build - branches: - include: - - "*-stable" - trigger: none pr: none