From: Sergey Andreenko Date: Mon, 6 Jan 2020 03:46:16 +0000 (-0800) Subject: Fix which platform should be excluded. (#1314) X-Git-Tag: submit/tizen/20210909.063632~10562 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be5f4d745969dbe0f5a54227832288de6d48a627;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix which platform should be excluded. (#1314) --- diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index f3b0fd2..c2229af 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -111,7 +111,7 @@ jobs: platforms: - OSX_x64 - Linux_x64 - # - Linux_arm return this when https://github.com/dotnet/runtime/issues/1097 is fixed. + - Linux_arm - Windows_NT_x86 - Windows_NT_x64 - Windows_NT_arm @@ -133,7 +133,7 @@ jobs: - Linux_arm - Windows_NT_x86 - Windows_NT_x64 - - Windows_NT_arm + # - Windows_NT_arm return this when https://github.com/dotnet/runtime/issues/1097 is fixed. - Windows_NT_arm64 helixQueueGroup: pr helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml