Skip to content

Commit f91e948

Browse files
Second attempted to fix the unit test issue
1 parent 59b7d7a commit f91e948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CI/job_templates/test_drawing_libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
buildType: 'current'
2121
artifactName: 'IronDrawingDataTests'
2222
targetPath: '$(Agent.BuildDirectory)/Data'
23-
- ${{ if eq(parameters.OSPlatform, 'Ubuntu') || eq(parameters.OSPlatform, 'Linux') }}:
23+
- ${{ if or(eq(parameters.OSPlatform, 'Ubuntu'), eq(parameters.OSPlatform, 'Linux')) }}:
2424
- task: Bash@3
2525
displayName: 'Install GDI+ dependencies'
2626
inputs:

0 commit comments

Comments
 (0)