@@ -32,59 +32,11 @@ stages:
3232 framework : ' net472'
3333 architecture : ' '
3434 buildConfiguration : $(Configuration)
35- # Windows .NET Core x64 Tests
36- - template : ../job_templates/test_drawing_libraries.yml
37- parameters :
38- name : UnitTest${{ parameters.OSPlatform }}netcore
39- OSPlatform : ${{ parameters.OSPlatform }}
40- framework : ' netcoreapp3.1'
41- architecture : ' '
42- buildConfiguration : $(Configuration)
43- # Windows .NET Core x86 Tests
44- - template : ../job_templates/test_drawing_libraries.yml
45- parameters :
46- name : UnitTest${{ parameters.OSPlatform }}netcorex86
47- OSPlatform : ${{ parameters.OSPlatform }}
48- framework : ' netcoreapp3.1'
49- architecture : ' .x86'
50- buildConfiguration : $(Configuration)
51- # Windows .NET 6.0 x86 Tests
52- - template : ../job_templates/test_drawing_libraries.yml
53- parameters :
54- name : UnitTest${{ parameters.OSPlatform }}net60x86
55- OSPlatform : ${{ parameters.OSPlatform }}
56- framework : ' net60'
57- architecture : ' .x86'
58- buildConfiguration : $(Configuration)
59- # Windows .NET 7.0 x86 Tests
60- - template : ../job_templates/test_drawing_libraries.yml
61- parameters :
62- name : UnitTest${{ parameters.OSPlatform }}net70x86
63- OSPlatform : ${{ parameters.OSPlatform }}
64- framework : ' net70'
65- architecture : ' .x86'
66- buildConfiguration : $(Configuration)
67- # .NET 5.0 Tests
68- - template : ../job_templates/test_drawing_libraries.yml
69- parameters :
70- name : UnitTest${{ parameters.OSPlatform }}net50
71- OSPlatform : ${{ parameters.OSPlatform }}
72- framework : ' net50'
73- architecture : ' '
74- buildConfiguration : $(Configuration)
75- # .NET 6.0 x64 Tests
76- - template : ../job_templates/test_drawing_libraries.yml
77- parameters :
78- name : UnitTest${{ parameters.OSPlatform }}net60
79- OSPlatform : ${{ parameters.OSPlatform }}
80- framework : ' net60'
81- architecture : ' '
82- buildConfiguration : $(Configuration)
83- # .NET 7.0 x64 Tests
35+ # .NET 8.0 Tests
8436 - template : ../job_templates/test_drawing_libraries.yml
8537 parameters :
86- name : UnitTest${{ parameters.OSPlatform }}net70
38+ name : UnitTest${{ parameters.OSPlatform }}net80
8739 OSPlatform : ${{ parameters.OSPlatform }}
88- framework : ' net70 '
40+ framework : ' net80 '
8941 architecture : ' '
9042 buildConfiguration : $(Configuration)
0 commit comments