Skip to content

Commit 24c17bd

Browse files
chore: update to daily schedule and enable SDL security scanning
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d506d6d commit 24c17bd

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

.azurepipelines/build.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ trigger: none
22
pr: none
33

44
schedules:
5-
- cron: '0 0 * * 1,3'
6-
displayName: Monday and Wednesday builds
5+
- cron: '0 0 * * *'
6+
displayName: Daily builds
77
branches:
88
include:
99
- main
@@ -22,6 +22,17 @@ extends:
2222
pool:
2323
name: Azure-Pipelines-1ESPT-ExDShared
2424
os: linux
25+
sdl:
26+
sourceAnalysisPool:
27+
name: Azure-Pipelines-1ESPT-ExDShared
28+
image: windows-2022
29+
os: windows
30+
credscan:
31+
enabled: true
32+
policheck:
33+
enabled: true
34+
binskim:
35+
enabled: true
2536
stages:
2637
- stage: Build
2738
jobs:

0 commit comments

Comments
 (0)