File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,19 +56,35 @@ stages:
5656 framework : ' net50'
5757 architecture : ' '
5858 buildConfiguration : $(Configuration)
59- # Windows .NET 6.0 Tests
59+ # Windows .NET 6.0 x64 Tests
6060 - template : ../job_templates/test_drawing_libraries.yml
6161 parameters :
6262 name : UnitTest${{ parameters.OSPlatform }}net60
6363 OSPlatform : ${{ parameters.OSPlatform }}
6464 framework : ' net60'
6565 architecture : ' '
6666 buildConfiguration : $(Configuration)
67- # Windows .NET 7.0 Tests
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
6876 - template : ../job_templates/test_drawing_libraries.yml
6977 parameters :
7078 name : UnitTest${{ parameters.OSPlatform }}net70
7179 OSPlatform : ${{ parameters.OSPlatform }}
7280 framework : ' net70'
7381 architecture : ' '
7482 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)
You can’t perform that action at this time.
0 commit comments