Skip to content

Commit 8cf3d5f

Browse files
committed
Moved AndroidUseDesignerAssembly step to be before the MarkStep under .net 6
1 parent 5fea194 commit 8cf3d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/targets/Microsoft.Android.Sdk.ILLink.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ This file contains the .NET 5-specific targets to customize ILLink
9595
<_TrimmerCustomSteps
9696
Condition=" '$(AndroidUseDesignerAssembly)' == 'true' "
9797
Include="$(_AndroidLinkerCustomStepAssembly)"
98-
AfterStep="CleanStep"
98+
BeforeStep="MarkStep"
9999
Type="MonoDroid.Tuner.FixLegacyResourceDesignerStep"
100100
/>
101101
<_PreserveLists Include="$(MSBuildThisFileDirectory)..\PreserveLists\*.xml" />

0 commit comments

Comments
 (0)