Skip to content

Commit 945634f

Browse files
Update windows pools and add weekly run (#475)
1 parent d289eac commit 945634f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

azure-pipelines-official.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# YAML file in the main branch
2+
schedules:
3+
- cron: '0 0 * * 0'
4+
displayName: Weekly midnight build
5+
branches:
6+
include:
7+
- main
8+
19
trigger:
210
- main
311

@@ -23,7 +31,7 @@ extends:
2331
sdl:
2432
sourceAnalysisPool:
2533
name: NetCore1ESPool-Svc-Internal
26-
image: 1es-windows-2022-pt
34+
image: 1es-windows-2022
2735
os: windows
2836
sbom:
2937
enabled: false
@@ -54,7 +62,7 @@ extends:
5462
timeoutInMinutes: 90
5563
pool:
5664
name: netcore1espool-internal
57-
image: 1es-windows-2022-pt
65+
image: 1es-windows-2022
5866
os: windows
5967
strategy:
6068
matrix:

0 commit comments

Comments
 (0)