From 5c3e0b119f7ab2d60827e4759407fa07bee29f1b Mon Sep 17 00:00:00 2001
From: Fan Yang <52458914+fanyang-mono@users.noreply.github.com>
Date: Thu, 12 Nov 2020 07:30:35 -0500
Subject: [PATCH] Copy OpenSSL binaries (#44577)
This PR could resolve some failures mentioned in https://github.com/dotnet/runtime/issues/44306
---
src/tests/run.proj | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/src/tests/run.proj b/src/tests/run.proj
index 28e565c685735..6c3d65e0f8b65 100644
--- a/src/tests/run.proj
+++ b/src/tests/run.proj
@@ -424,6 +424,10 @@ namespace $([System.String]::Copy($(Category)).Replace(".","_").Replace("\","").
False
True
$(ArtifactsBinDir)microsoft.netcore.app.runtime.android-$(TargetArchitecture)\$(Configuration)\runtimes\android-$(TargetArchitecture)\
+ arm64-v8a
+ armeabi-v7a
+ x86_64
+ x86
@@ -456,6 +460,15 @@ namespace $([System.String]::Copy($(Category)).Replace(".","_").Replace("\","").
+
+
+
+
+