From 17e7f65b2cc0367125bb9defa71fbeae1cdedf3c Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Fri, 19 Nov 2021 08:53:01 +0100 Subject: [PATCH] [msbuild] Don't execute the entire _CreateBindingResourcePackage if 'NoBindingEmbedding!=true'. (#13374) This fixes an issue where we'd create the stamp file even if 'NoBindingEmbedding' wasn't set. Also remove SkipBindingResourcePackage property, it doesn't show up anywhere else in our code base, nor in the history, nor anywhere relevant in Google. --- msbuild/Xamarin.Shared/Xamarin.Shared.targets | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/msbuild/Xamarin.Shared/Xamarin.Shared.targets b/msbuild/Xamarin.Shared/Xamarin.Shared.targets index 747eb73685..57886b7c97 100644 --- a/msbuild/Xamarin.Shared/Xamarin.Shared.targets +++ b/msbuild/Xamarin.Shared/Xamarin.Shared.targets @@ -156,7 +156,8 @@ Copyright (C) 2018 Microsoft. All rights reserved. $(OutputPath)$(AssemblyName).resources - @@ -172,7 +173,7 @@ Copyright (C) 2018 Microsoft. All rights reserved. false -