@@ -32,59 +32,59 @@ 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 5.0 Tests
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
5268 - template : ../job_templates/test_drawing_libraries.yml
5369 parameters :
5470 name : UnitTest${{ parameters.OSPlatform }}net50
5571 OSPlatform : ${{ parameters.OSPlatform }}
5672 framework : ' net50'
5773 architecture : ' '
5874 buildConfiguration : $(Configuration)
59- # Windows .NET 6.0 x64 Tests
75+ # .NET 6.0 x64 Tests
6076 - template : ../job_templates/test_drawing_libraries.yml
6177 parameters :
6278 name : UnitTest${{ parameters.OSPlatform }}net60
6379 OSPlatform : ${{ parameters.OSPlatform }}
6480 framework : ' net60'
6581 architecture : ' '
6682 buildConfiguration : $(Configuration)
67- # Windows .NET 6.0 x86 Tests
68- - template : ../job_templates/test_drawing_libraries.yml
69- parameters :
70- name : UnitTest${{ parameters.OSPlatform }}net60x86
71- OSPlatform : ${{ parameters.OSPlatform }}
72- framework : ' net60'
73- architecture : ' .x86'
74- buildConfiguration : $(Configuration)
75- # Windows .NET 7.0 x64 Tests
83+ # .NET 7.0 x64 Tests
7684 - template : ../job_templates/test_drawing_libraries.yml
7785 parameters :
7886 name : UnitTest${{ parameters.OSPlatform }}net70
7987 OSPlatform : ${{ parameters.OSPlatform }}
8088 framework : ' net70'
8189 architecture : ' '
8290 buildConfiguration : $(Configuration)
83- # Windows .NET 7.0 x86 Tests
84- - template : ../job_templates/test_drawing_libraries.yml
85- parameters :
86- name : UnitTest${{ parameters.OSPlatform }}net70x86
87- OSPlatform : ${{ parameters.OSPlatform }}
88- framework : ' net70'
89- architecture : ' .x86'
90- buildConfiguration : $(Configuration)
0 commit comments