From d46e92e9bbe63e9f2d38a4363fc1fd51aff412d6 Mon Sep 17 00:00:00 2001 From: David Kale Date: Mon, 11 Nov 2019 13:25:31 -0500 Subject: [PATCH] Cant cross test arm on x64 hosts --- nonwindows.template.yml | 1 + 1 file changed, 1 insertion(+) 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