Skip to content

Commit

Permalink
Merge pull request #250 from dansiegel/feature/aab-support
Browse files Browse the repository at this point in the history
Support AAB copy
  • Loading branch information
dansiegel authored Jun 27, 2021
2 parents f9c2196 + 494aee9 commit e71fec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mobile.BuildTools/MonoAndroid.targets
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
BeforeTargets="APKCopyToStagingDirectory">

<ItemGroup>
<__Generated_APK Include="$(OutputPath)\**\*.apk" />
<__Generated_APK Include="$(OutputPath)\**\*.$(AndroidPackageFormat)" />
</ItemGroup>

<Message Text="@(__Generated_APK)" />
Expand Down

0 comments on commit e71fec5

Please sign in to comment.