Skip to content

Commit 4ffd5b8

Browse files
committed
test macos jar
1 parent a94af70 commit 4ffd5b8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/ci_build/github/azure-pipelines/templates/final-jar-testing-linux.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,7 @@ stages:
6464

6565
- task: Bash@3
6666
displayName: 'Run Java Tests on Linux'
67-
# condition: and(succeeded(), in(variables['Agent.OS'], 'Linux', 'Darwin'))
68-
# MacOS packages have been removed from the JAR here:
69-
# https://github.com/microsoft/onnxruntime/commit/5ed340f7a51f3cbdb62577a874daf2b3f23d6a93#diff-a14cc5ea231eb4fa49f13510a242043c47ae48516c860f8a87b0e55762632f49
70-
condition: and(succeeded(), in(variables['Agent.OS'], 'Linux'))
67+
condition: and(succeeded(), in(variables['Agent.OS'], 'Linux', 'Darwin'))
7168
inputs:
7269
targetType: 'inline'
7370
script: |

0 commit comments

Comments
 (0)