diff --git a/msbuild/Xamarin.Shared/Xamarin.Shared.props b/msbuild/Xamarin.Shared/Xamarin.Shared.props index a8be48e7b6dd..f5049cc8d61e 100644 --- a/msbuild/Xamarin.Shared/Xamarin.Shared.props +++ b/msbuild/Xamarin.Shared/Xamarin.Shared.props @@ -138,7 +138,9 @@ Copyright (C) 2020 Microsoft. All rights reserved. <_BundlerDebug Condition="'$(_PlatformName)' == 'macOS' And '$(_BundlerDebug)' == ''">$(DebugSymbols) <_BundlerDebug Condition="'$(_PlatformName)' != 'macOS'">$(MtouchDebug) - + + <_BundlerDebug Condition="'$(_BundlerDebug)' == '' And '$(Configuration)' == 'Debug'">true + <_BundlerDebug Condition="'$(_BundlerDebug)' == ''">false