File tree Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Original file line number Diff line number Diff line change @@ -12,35 +12,25 @@ schedules:
12
12
include :
13
13
- main
14
14
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
26
16
27
17
pr :
28
18
branches :
29
19
include :
30
20
- main
31
21
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
38
27
39
28
resources :
40
29
repositories :
41
30
- repository : self
42
31
type : git
43
32
ref : refs/heads/main
33
+ trigger : none
44
34
- repository : testRepo
45
35
name : walbourn/directxmathtest
46
36
type : github
@@ -50,7 +40,7 @@ resources:
50
40
name : $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
51
41
52
42
pool :
53
- vmImage : ubuntu-20 .04
43
+ vmImage : ubuntu-24 .04
54
44
55
45
variables :
56
46
Codeql.Enabled : false
You can’t perform that action at this time.
0 commit comments