Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion build/ci/vscode-python-nightly-uitest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@ name: '$(Year:yyyy).$(Month).0.$(BuildID)-nightly-uitest'

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:
- master
- releases/*

# Variables that are available for the entire pipeline.
variables:
Expand Down