We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732c987 commit c45ab8dCopy full SHA for c45ab8d
build/ci/vscode-python-nightly-ci.yaml
@@ -1,6 +1,4 @@
1
# Nightly build
2
-# Notes: Scheduled builds don't have a trigger in YAML (as of this writing).
3
-# Trigger is set through the Azure DevOps UI `Nightly Build->Edit->...->Triggers`.
4
5
name: '$(Year:yyyy).$(Month).0.$(BuildID)-alpha'
6
@@ -10,6 +8,16 @@ trigger: none
10
8
# Not the PR build for merges to master and release.
11
9
pr: none
12
+schedules:
+- cron: "0 0 * * 1-5"
13
+ # Daily midnight build, runs Monday - Friday always
14
+ displayName: Nightly build
15
+ branches:
16
+ include:
17
+ - master
18
+ - release
19
+ always: true
20
+
21
# Variables that are available for the entire pipeline.
22
variables:
23
PythonVersion: '3.7'
0 commit comments