We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5154c2a commit 4f2a99aCopy full SHA for 4f2a99a
1 file changed
CI/stage_templates/run_tests_on_pool.yml
@@ -16,10 +16,18 @@ stages:
16
- script: echo "Skip Unit tests"
17
- ${{ if eq(parameters.runUnitTests, true) }}:
18
- ${{ 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)
27
# Windows .NET 472 x64 Tests
28
- template: ../job_templates/test_drawing_libraries.yml
29
parameters:
- name: UnitTest${{ parameters.OSPlatform }}net472
30
+ name: UnitTest${{ parameters.OSPlatform }}net472x64
31
OSPlatform: ${{ parameters.OSPlatform }}
32
framework: 'net472'
33
architecture: ''
0 commit comments