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:
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
2717pr :
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
3928resources :
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:
5040name : $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
5141
5242pool :
53- vmImage : ubuntu-20 .04
43+ vmImage : ubuntu-24 .04
5444
5545variables :
5646 Codeql.Enabled : false
You can’t perform that action at this time.
0 commit comments