Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 3aba9f9

Browse files
committed
Add a beforetargets for the typeforward gen
1 parent 0725466 commit 3aba9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/AndroidSupportProject.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165

166166
@if (@Model.NuGetPackageId == "Xamarin.Android.Support.v4")
167167
{
168-
<Target Name="AndroidSupportLibrariesTypeForwardersGenerationWithGenAPI">
168+
<Target Name="AndroidSupportLibrariesTypeForwardersGenerationWithGenAPI" BeforeTargets="Build">
169169
<Message Text="AndroidSupportLibrariesTypeForwardersGenerationWithGenAPI" ></Message>
170170
<PropertyGroup>
171171
<GenAPIPath>$(MSBuildProjectDirectory)/../../tools/microsoft.dotnet.buildtools.genapi.1.0.0-beta-00081/Microsoft.DotNet.BuildTools.GenAPI/tools/GenAPI.exe</GenAPIPath>

0 commit comments

Comments
 (0)