From 4430654e27049220f66df44a7b157a7fe163c402 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Mon, 24 Aug 2020 17:53:30 +0200 Subject: [PATCH] [dotnet] Copy the app.config file to the app bundle. (#9468) Fixes this monotouch-test failure: MonoTouchFixtures.ConfigTest [FAIL] Existence : existence Expected: True But was: False at MonoTouchFixtures.ConfigTest.Existence() in /Users/rolf/work/maccore/squashed-onedotnet/xamarin-macios/tests/monotouch-test/mono/ConfigTest.cs:line 19 --- dotnet/targets/Xamarin.Shared.Sdk.targets | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotnet/targets/Xamarin.Shared.Sdk.targets b/dotnet/targets/Xamarin.Shared.Sdk.targets index b79b2ce0fc..a2e18fdffa 100644 --- a/dotnet/targets/Xamarin.Shared.Sdk.targets +++ b/dotnet/targets/Xamarin.Shared.Sdk.targets @@ -398,6 +398,11 @@ Update="@(ResolvedFileToPublish)" RelativePath="$([MSBuild]::MakeRelative($(MSBuildProjectDirectory)$(PublishDir),$(_AssemblyPublishDir)))%(Filename)%(Extension)" Condition="'%(Extension)' == '.dll' Or '%(Extension)' == '.pdb' Or '%(Extension)' == '.exe'" /> + +