Skip to content

Commit 4f2a99a

Browse files
PR Validation: Add test NET472 on x86
1 parent 5154c2a commit 4f2a99a

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CI/stage_templates/run_tests_on_pool.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,18 @@ stages:
1616
- script: echo "Skip Unit tests"
1717
- ${{ if eq(parameters.runUnitTests, true) }}:
1818
- ${{ if eq(parameters.OSPlatform, 'Windows') }}:
19+
# Windows .NET 472 x86 Tests
20+
- template: ../job_templates/test_drawing_libraries.yml
21+
parameters:
22+
name: UnitTest${{ parameters.OSPlatform }}net472x86
23+
OSPlatform: ${{ parameters.OSPlatform }}
24+
framework: 'net472'
25+
architecture: '.x86'
26+
buildConfiguration: $(Configuration)
1927
# Windows .NET 472 x64 Tests
2028
- template: ../job_templates/test_drawing_libraries.yml
2129
parameters:
22-
name: UnitTest${{ parameters.OSPlatform }}net472
30+
name: UnitTest${{ parameters.OSPlatform }}net472x64
2331
OSPlatform: ${{ parameters.OSPlatform }}
2432
framework: 'net472'
2533
architecture: ''

0 commit comments

Comments
 (0)