From ca285e63f8930da930d2fe6259a8f3524a10b26a Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 17 Mar 2021 14:29:23 +0100 Subject: [PATCH] [msbuild] Fix ItemName vs PropertyName confusion in task output. There doesn't seem to have been any ill effects from the confusion, but it's better done the right way. --- msbuild/Xamarin.Shared/Xamarin.Shared.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msbuild/Xamarin.Shared/Xamarin.Shared.targets b/msbuild/Xamarin.Shared/Xamarin.Shared.targets index 899885b76029..010fa4714938 100644 --- a/msbuild/Xamarin.Shared/Xamarin.Shared.targets +++ b/msbuild/Xamarin.Shared/Xamarin.Shared.targets @@ -951,7 +951,7 @@ Copyright (C) 2018 Microsoft. All rights reserved. NoSymbolStrip="$(_NoSymbolStrip)" NoDSymUtil="$(_NoDSymUtil)" > - +