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

Commit 9939d86

Browse files
committed
Correct previous change to include wrong targets
Previously the nuspec was changed to use the merge.targets which was incorrect. That file gets merged into the template produced targets to generate Xamarin.Android.Support.Vector.Drawable.targets which is what needs to be packaged into the nuget.
1 parent 408714e commit 9939d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector-drawable/nuget/Xamarin.Android.Support.Vector.Drawable.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</metadata>
2323
<files>
2424
<file src="vector-drawable/buildtask/bin/Release/Xamarin.Android.Support.Tasks.VectorDrawable.dll" target="build/MonoAndroid70" />
25-
<file src="vector-drawable/nuget/merge.targets" target="build/MonoAndroid70/Xamarin.Android.Support.Vector.Drawable.targets" />
25+
<file src="vector-drawable/nuget/Xamarin.Android.Support.Vector.Drawable.targets" target="build/MonoAndroid70/Xamarin.Android.Support.Vector.Drawable.targets" />
2626

2727
<file src="output/Xamarin.Android.Support.Vector.Drawable.dll" target="lib/MonoAndroid70" />
2828
</files>

0 commit comments

Comments
 (0)