Skip to content

Commit c78cf43

Browse files
authored
ADO pipeline to test GNU 13.3 (#243)
* ADO pipeline to test GNU 13.3 * Ubuntu 20.04 is being removed from ADO
1 parent dfa02f5 commit c78cf43

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

.azuredevops/pipelines/DirectXMath-GitHub-WSL.yml renamed to .azuredevops/pipelines/DirectXMath-GitHub-WSL-13.yml

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,35 +12,25 @@ schedules:
1212
include:
1313
- main
1414

15-
trigger:
16-
branches:
17-
include:
18-
- main
19-
paths:
20-
exclude:
21-
- '*.md'
22-
- LICENSE
23-
- '.github/*'
24-
- '.nuget/*'
25-
- build/*.ps1
15+
trigger: none
2616

2717
pr:
2818
branches:
2919
include:
3020
- main
3121
paths:
32-
exclude:
33-
- '*.md'
34-
- LICENSE
35-
- '.github/*'
36-
- '.nuget/*'
37-
drafts: false
22+
include:
23+
- '.azuredevops/pipelines/DirectXMath-GitHub-WSL-13.yml'
24+
- CMake*
25+
- build/*.cmake
26+
- build/*.in
3827

3928
resources:
4029
repositories:
4130
- repository: self
4231
type: git
4332
ref: refs/heads/main
33+
trigger: none
4434
- repository: testRepo
4535
name: walbourn/directxmathtest
4636
type: github
@@ -50,7 +40,7 @@ resources:
5040
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
5141

5242
pool:
53-
vmImage: ubuntu-20.04
43+
vmImage: ubuntu-24.04
5444

5545
variables:
5646
Codeql.Enabled: false

0 commit comments

Comments
 (0)