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
12 changes: 10 additions & 2 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# YAML file in the main branch
schedules:
- cron: '0 0 * * 0'
displayName: Weekly midnight build
branches:
include:
- main

trigger:
- main

Expand All @@ -23,7 +31,7 @@ extends:
sdl:
sourceAnalysisPool:
name: NetCore1ESPool-Svc-Internal
image: 1es-windows-2022-pt
image: 1es-windows-2022
os: windows
sbom:
enabled: false
Expand Down Expand Up @@ -54,7 +62,7 @@ extends:
timeoutInMinutes: 90
pool:
name: netcore1espool-internal
image: 1es-windows-2022-pt
image: 1es-windows-2022
os: windows
strategy:
matrix:
Expand Down