We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c405529 commit 7be27a0Copy full SHA for 7be27a0
src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets
@@ -1455,7 +1455,7 @@ because xbuild doesn't support framework reference assemblies.
1455
1456
<!-- _PrepareAssemblies lives in Microsoft.Android.Sdk.AssemblyResolution.targets -->
1457
1458
-<Target Name="_PrepareNativeAssemblySources" Condition=" '$(AndroidRuntime)' != 'NativeAOT' ">
+<Target Name="_PrepareNativeAssemblySources" Condition=" '$(_AndroidRuntime)' != 'NativeAOT' ">
1459
<PrepareAbiItems
1460
BuildTargetAbis="@(_BuildTargetAbis)"
1461
NativeSourcesDir="$(_NativeAssemblySourceDir)"
0 commit comments