Skip to content

Commit

Permalink
Revert "[android] bring back $(AndroidLinkResources) by default (do…
Browse files Browse the repository at this point in the history
…tnet#10153)"

This reverts commit b73147e.

Fixes: dotnet/sdk#28880
  • Loading branch information
jonathanpeppers committed Nov 3, 2022
1 parent 1803dce commit 1ab3e1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .nuspec/Microsoft.Maui.Controls.targets
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<SkipMicrosoftUIXamlCheckTargetPlatformVersion Condition="'$(SkipMicrosoftUIXamlCheckTargetPlatformVersion)'==''">true</SkipMicrosoftUIXamlCheckTargetPlatformVersion>
<SkipMicrosoftUIXamlCheckTargetPlatformVersion Condition="'$(SkipMicrosoftUIXamlCheckTargetPlatformVersion)'=='false'"></SkipMicrosoftUIXamlCheckTargetPlatformVersion>
<AndroidUseDefaultAotProfile Condition="'$(AndroidEnableProfiledAot)' == 'true' and '$(AndroidUseDefaultAotProfile)' == ''">false</AndroidUseDefaultAotProfile>
<AndroidLinkResources Condition=" '$(AndroidLinkResources)' == '' And '$(Configuration)' == 'Release' ">True</AndroidLinkResources>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1ab3e1d

Please sign in to comment.