Skip to content

Commit 06d0305

Browse files
committed
Update triggers for ADO to reduce overlap with GitHub Actions
1 parent 8e9a690 commit 06d0305

5 files changed

+12
-74
lines changed

build/DirectXTex-GitHub-CMake-Dev17.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# http://go.microsoft.com/fwlink/?LinkId=248926
55

6-
# Builds the library using CMake.
6+
# Builds the library using CMake with VS Generator (GitHub Actions covers Ninja).
77

88
schedules:
99
- cron: "0 5 * * *"

build/DirectXTex-GitHub-CMake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# http://go.microsoft.com/fwlink/?LinkId=248926
55

6-
# Builds the library using CMake.
6+
# Builds the library using CMake with VS Generator (GitHub Actions covers Ninja).
77

88
schedules:
99
- cron: "0 5 * * *"

build/DirectXTex-GitHub-Dev17.yml

+4-35
Original file line numberDiff line numberDiff line change
@@ -12,46 +12,15 @@ schedules:
1212
include:
1313
- main
1414

15-
trigger:
16-
branches:
17-
include:
18-
- main
19-
paths:
20-
exclude:
21-
- '*.md'
22-
- LICENSE
23-
- CMake*
24-
- '.github/*'
25-
- '.nuget/*'
26-
- build/*.cmake
27-
- build/*.cmd
28-
- build/*.in
29-
- build/*.json
30-
- build/*.props
31-
- build/*.ps1
32-
- build/*.targets
33-
- Auxiliary/*
34-
15+
# GitHub Actions handles MSBuild for CI/PR
16+
trigger: none
3517
pr:
3618
branches:
3719
include:
3820
- main
3921
paths:
40-
exclude:
41-
- '*.md'
42-
- LICENSE
43-
- CMake*
44-
- '.github/*'
45-
- '.nuget/*'
46-
- build/*.cmake
47-
- build/*.cmd
48-
- build/*.in
49-
- build/*.json
50-
- build/*.props
51-
- build/*.ps1
52-
- build/*.targets
53-
- Auxiliary/*
54-
drafts: false
22+
include:
23+
- build/DirectXTex-GitHub-Dev17.yml
5524

5625
resources:
5726
repositories:

build/DirectXTex-GitHub.yml

+5-36
Original file line numberDiff line numberDiff line change
@@ -6,52 +6,21 @@
66
# Builds the library for Windows Desktop and UWP.
77

88
schedules:
9-
- cron: "0 3 * * *"
9+
- cron: "5 3 * * *"
1010
displayName: 'Nightly build'
1111
branches:
1212
include:
1313
- main
1414

15-
trigger:
16-
branches:
17-
include:
18-
- main
19-
paths:
20-
exclude:
21-
- '*.md'
22-
- LICENSE
23-
- CMake*
24-
- '.github/*'
25-
- '.nuget/*'
26-
- build/*.cmake
27-
- build/*.cmd
28-
- build/*.in
29-
- build/*.json
30-
- build/*.props
31-
- build/*.ps1
32-
- build/*.targets
33-
- Auxiliary/*
34-
15+
# GitHub Actions handles MSBuild for CI/PR
16+
trigger: none
3517
pr:
3618
branches:
3719
include:
3820
- main
3921
paths:
40-
exclude:
41-
- '*.md'
42-
- LICENSE
43-
- CMake*
44-
- '.github/*'
45-
- '.nuget/*'
46-
- build/*.cmake
47-
- build/*.cmd
48-
- build/*.in
49-
- build/*.json
50-
- build/*.props
51-
- build/*.ps1
52-
- build/*.targets
53-
- Auxiliary/*
54-
drafts: false
22+
include:
23+
- build/DirectXTex-GitHub.yml
5524

5625
resources:
5726
repositories:

build/DirectXTex-SDL.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ schedules:
1212
include:
1313
- main
1414

15+
# GitHub Actions handles CodeQL and PREFAST for CI/PR
1516
trigger: none
16-
1717
pr:
1818
branches:
1919
include:

0 commit comments

Comments
 (0)