Skip to content

Commit c545f26

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
schedule weekly build
1 parent ffb24d5 commit c545f26

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pipelines/DSC-Official.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ pr:
77
- onebranch
88
- release*
99

10+
schedules:
11+
- cron: '0 3 * * 1'
12+
displayName: Weekly Build
13+
branches:
14+
include:
15+
- main
16+
always: true
17+
1018
variables:
1119
BuildConfiguration: 'release'
1220
PackageRoot: '$(System.ArtifactsDirectory)/Packages'

0 commit comments

Comments
 (0)