Skip to content

Commit 255fe2b

Browse files
committed
Add _AndroidLibraryProjectImportsCache to FileWrites
1 parent 7c42c60 commit 255fe2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Xamarin.Android.Build.Tasks/Xamarin.Android.EmbeddedResource.targets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ This file is used by all project types, including binding projects.
4646
OutputImportDirectory="$(_AndroidLibrayProjectIntermediatePath)"
4747
/>
4848
<Touch Files="$(_AndroidStampDirectory)_ResolveLibraryProjectImports.stamp" AlwaysCreate="true" />
49+
<ItemGroup>
50+
<FileWrites Include="$(_AndroidLibraryProjectImportsCache)"
51+
Condition="Exists ('$(_AndroidLibraryProjectImportsCache)')"/>
52+
</ItemGroup>
4953
</Target>
5054

5155
<Target Name="_ExtractLibraryProjectImports" DependsOnTargets="_ResolveLibraryProjectImports">

0 commit comments

Comments
 (0)