From a2c3d7d225fb25450a4cc17e70ad481a317fdf57 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Fri, 11 Feb 2022 13:55:22 +0100 Subject: [PATCH] [tests] We can't call dsymutil/strip on static libraries, so mark them as such. --- tests/bindings-framework-test/dotnet/shared.csproj | 4 ++++ .../MyiOSFrameworkBinding/MyiOSFrameworkBinding.csproj | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/tests/bindings-framework-test/dotnet/shared.csproj b/tests/bindings-framework-test/dotnet/shared.csproj index 5e2ab87185..fc53c117d6 100644 --- a/tests/bindings-framework-test/dotnet/shared.csproj +++ b/tests/bindings-framework-test/dotnet/shared.csproj @@ -42,11 +42,15 @@ Framework False CoreLocation ModelIO + true + true Framework False CoreLocation ModelIO + true + true Framework diff --git a/tests/common/TestProjects/MyiOSFrameworkBinding/MyiOSFrameworkBinding.csproj b/tests/common/TestProjects/MyiOSFrameworkBinding/MyiOSFrameworkBinding.csproj index b67a916366..349b755eb3 100644 --- a/tests/common/TestProjects/MyiOSFrameworkBinding/MyiOSFrameworkBinding.csproj +++ b/tests/common/TestProjects/MyiOSFrameworkBinding/MyiOSFrameworkBinding.csproj @@ -50,11 +50,15 @@ XStaticObjectTest.framework -lz CoreLocation Foundation ModelIO + true + true Framework XStaticArTest.framework CoreLocation Foundation ModelIO + true + true