From 7637877e11c4cc68bcb04270fc4372a49c36b37b Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Mon, 1 Jul 2019 14:35:49 -0700 Subject: [PATCH 1/2] Add nightly schedule --- build/ci/vscode-python-nightly-uitest.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build/ci/vscode-python-nightly-uitest.yaml b/build/ci/vscode-python-nightly-uitest.yaml index f61b2ebe1c18..a517cc7b317e 100644 --- a/build/ci/vscode-python-nightly-uitest.yaml +++ b/build/ci/vscode-python-nightly-uitest.yaml @@ -2,7 +2,13 @@ name: '$(Year:yyyy).$(Month).0.$(BuildID)-nightly-uitest' trigger: none pr: none - +schedules: +- cron: "0 0 * * *" + displayName: Daily midnight build + branches: + include: + - master + - releases/* # Variables that are available for the entire pipeline. variables: From 30d7f870da934858af51d3e4c8e35f2e6a6bcce3 Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Mon, 1 Jul 2019 14:37:40 -0700 Subject: [PATCH 2/2] Nightly build --- build/ci/vscode-python-nightly-uitest.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/ci/vscode-python-nightly-uitest.yaml b/build/ci/vscode-python-nightly-uitest.yaml index a517cc7b317e..570a842e9586 100644 --- a/build/ci/vscode-python-nightly-uitest.yaml +++ b/build/ci/vscode-python-nightly-uitest.yaml @@ -4,6 +4,7 @@ trigger: none pr: none schedules: - cron: "0 0 * * *" + # Daily midnight build, runs at midnight every day, but only if the code has changed since the last run, for master and all releases/* displayName: Daily midnight build branches: include: