From 41c56269f6d17a050587f88156ae650ad6f01d91 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 20 Jan 2021 07:15:33 +0100 Subject: [PATCH] [tests] Adjust link all's project file to set properties to their expected values according to the current configuration. (#10468) Also don't overwrite DefineConstants, just add to it instead. --- tests/linker/ios/link all/dotnet/iOS/link all.csproj | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tests/linker/ios/link all/dotnet/iOS/link all.csproj b/tests/linker/ios/link all/dotnet/iOS/link all.csproj index 0fff69ee4e..a5d6ea8a50 100644 --- a/tests/linker/ios/link all/dotnet/iOS/link all.csproj +++ b/tests/linker/ios/link all/dotnet/iOS/link all.csproj @@ -4,7 +4,7 @@ net6.0-ios ios-x64 Exe - NET + NET;$(DefineConstants) latest linkall link all @@ -14,6 +14,15 @@ --optimize=all,-remove-dynamic-registrar,-force-rejected-types-removal + + + true + DEBUG;$(DefineConstants) + + + true + + ../../support.dll