Skip to content

Commit

Permalink
dont inlcude the new assembly if we don't need to
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Jan 13, 2022
1 parent de8e1b5 commit 791bfac
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ _ResolveAssemblies MSBuild target.
<ItemGroup>
<IntermediateAssembly Remove="@(IntermediateAssembly)" />
<IntermediateAssembly Include="$(_OuterIntermediateAssembly)" />
</ItemGroup>
<ItemGroup Condition=" '$(AndroidUseDesignerAssembly)' == 'True' ">
<ReferenceCopyLocalPaths Include="$(_GenerateResourceDesignerAssemblyOutput)">
<PostprocessAssembly>True</PostprocessAssembly>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
Expand Down

0 comments on commit 791bfac

Please sign in to comment.