Skip to content

Commit

Permalink
PR Validation: Tests x86 arc only on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mee-ironsoftware committed May 7, 2024
1 parent b28a366 commit 0b1b8c9
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions CI/stage_templates/run_tests_on_pool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,59 +32,59 @@ stages:
framework: 'net472'
architecture: ''
buildConfiguration: $(Configuration)
# Windows .NET Core x64 Tests
- template: ../job_templates/test_drawing_libraries.yml
parameters:
name: UnitTest${{ parameters.OSPlatform }}netcore
OSPlatform: ${{ parameters.OSPlatform }}
framework: 'netcoreapp3.1'
architecture: ''
buildConfiguration: $(Configuration)
# Windows .NET Core x86 Tests
- template: ../job_templates/test_drawing_libraries.yml
parameters:
name: UnitTest${{ parameters.OSPlatform }}netcorex86
OSPlatform: ${{ parameters.OSPlatform }}
framework: 'netcoreapp3.1'
architecture: '.x86'
buildConfiguration: $(Configuration)
# Windows .NET 5.0 Tests
# Windows .NET Core x64 Tests
- template: ../job_templates/test_drawing_libraries.yml
parameters:
name: UnitTest${{ parameters.OSPlatform }}netcore
OSPlatform: ${{ parameters.OSPlatform }}
framework: 'netcoreapp3.1'
architecture: ''
buildConfiguration: $(Configuration)
# Windows .NET Core x86 Tests
- template: ../job_templates/test_drawing_libraries.yml
parameters:
name: UnitTest${{ parameters.OSPlatform }}netcorex86
OSPlatform: ${{ parameters.OSPlatform }}
framework: 'netcoreapp3.1'
architecture: '.x86'
buildConfiguration: $(Configuration)
# Windows .NET 6.0 x86 Tests
- template: ../job_templates/test_drawing_libraries.yml
parameters:
name: UnitTest${{ parameters.OSPlatform }}net60x86
OSPlatform: ${{ parameters.OSPlatform }}
framework: 'net60'
architecture: '.x86'
buildConfiguration: $(Configuration)
# Windows .NET 7.0 x86 Tests
- template: ../job_templates/test_drawing_libraries.yml
parameters:
name: UnitTest${{ parameters.OSPlatform }}net70x86
OSPlatform: ${{ parameters.OSPlatform }}
framework: 'net70'
architecture: '.x86'
buildConfiguration: $(Configuration)
# .NET 5.0 Tests
- template: ../job_templates/test_drawing_libraries.yml
parameters:
name: UnitTest${{ parameters.OSPlatform }}net50
OSPlatform: ${{ parameters.OSPlatform }}
framework: 'net50'
architecture: ''
buildConfiguration: $(Configuration)
# Windows .NET 6.0 x64 Tests
# .NET 6.0 x64 Tests
- template: ../job_templates/test_drawing_libraries.yml
parameters:
name: UnitTest${{ parameters.OSPlatform }}net60
OSPlatform: ${{ parameters.OSPlatform }}
framework: 'net60'
architecture: ''
buildConfiguration: $(Configuration)
# Windows .NET 6.0 x86 Tests
- template: ../job_templates/test_drawing_libraries.yml
parameters:
name: UnitTest${{ parameters.OSPlatform }}net60x86
OSPlatform: ${{ parameters.OSPlatform }}
framework: 'net60'
architecture: '.x86'
buildConfiguration: $(Configuration)
# Windows .NET 7.0 x64 Tests
# .NET 7.0 x64 Tests
- template: ../job_templates/test_drawing_libraries.yml
parameters:
name: UnitTest${{ parameters.OSPlatform }}net70
OSPlatform: ${{ parameters.OSPlatform }}
framework: 'net70'
architecture: ''
buildConfiguration: $(Configuration)
# Windows .NET 7.0 x86 Tests
- template: ../job_templates/test_drawing_libraries.yml
parameters:
name: UnitTest${{ parameters.OSPlatform }}net70x86
OSPlatform: ${{ parameters.OSPlatform }}
framework: 'net70'
architecture: '.x86'
buildConfiguration: $(Configuration)

0 comments on commit 0b1b8c9

Please sign in to comment.