Skip to content

Commit 8a25534

Browse files
committed
[Xamarin.Android.Build.Tasks] Add build dependency on BootstrapTasks.
Add a build-time @(ProjectReference) on the Xamarin.Android.Tools.BootstrapTasks project so that Xamarin.Android.Tools.BootstrapTasks is rebuilt if necessary.
1 parent 835d9d1 commit 8a25534

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Xamarin.Android.Build.Tasks/Xamarin.Android.Build.Tasks.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,11 @@
629629
<Name>Mono.Android</Name>
630630
<ReferenceOutputAssembly>False</ReferenceOutputAssembly>
631631
</ProjectReference>
632+
<ProjectReference Include="..\Xamarin.Android.Tools.BootstrapTasks\Xamarin.Android.Tools.BootstrapTasks.csproj">
633+
<Project>{E8492EFB-D14A-4F32-AA28-88848322ECEA}</Project>
634+
<Name>Xamarin.Android.Tools.BootstrapTasks</Name>
635+
<ReferenceOutputAssembly>False</ReferenceOutputAssembly>
636+
</ProjectReference>
632637
</ItemGroup>
633638
<ItemGroup>
634639
<Folder Include="pdb2mdb\" />

0 commit comments

Comments
 (0)