Skip to content

Commit b28a366

Browse files
PR Validation: Add tests for NET60 and NET70 x86
1 parent 4f2a99a commit b28a366

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

CI/stage_templates/run_tests_on_pool.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)