Skip to content

Commit 7235a04

Browse files
Add daily midnight build to pipeline
1 parent b0fee6f commit 7235a04

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ trigger:
55
variables:
66
agent.preferPowerShellOnContainers: true
77

8+
schedules:
9+
- cron: "0 0 * * *"
10+
displayName: Daily midnight build
11+
branches:
12+
include:
13+
- dev
14+
always: true
15+
816
jobs:
917
- job: Windows
1018
pool:

0 commit comments

Comments
 (0)