diff --git a/nonwindows.template.yml b/nonwindows.template.yml index f0ce42cb1..ac312f78e 100644 --- a/nonwindows.template.yml +++ b/nonwindows.template.yml @@ -12,6 +12,7 @@ steps: - script: ./dev.sh test workingDirectory: src displayName: Test + condition: and(ne('${{ parameters.targetRuntime }}', 'linux-arm64'), ne('${{ parameters.targetRuntime }}', 'linux-arm')) # # Publish test results # - task: PublishTestResults@2