Skip to content

Commit

Permalink
Removed too much.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed May 25, 2022
1 parent 1438e8d commit 6f8fe31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions msbuild/Xamarin.Shared/Xamarin.Shared.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,9 @@ Copyright (C) 2018 Microsoft. All rights reserved.
<BCSymbolMapName>%(Filename)%(Extension).bcsymbolmap</BCSymbolMapName>
</_PostProcessingItem>

<!-- Add any items from app extensions -->
<_PostProcessingItem Include="@(_AppExtensionPostProcessingItems -> '$(_AppBundleName)$(AppBundleExtension)\$(_AppPlugInsRelativePath)%(Identity)')" Condition="@(_AppExtensionPostProcessingItems->Count()) &gt; 0" /> <!-- The condition here shouldn't be necessary, but https://github.com/dotnet/msbuild/issues/4056 -->

<!-- Add any items from watch app -->
<!-- We must update metadata with paths relative to the root of the app bundle to be relative to the root of the current app bundle -->
<_PostProcessingItem Include="@(_WatchAppPostProcessingItems -> '$(_AppBundleName)$(AppBundleExtension)/Watch/%(Identity)')" />
Expand Down

0 comments on commit 6f8fe31

Please sign in to comment.