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

Commit b388de3

Browse files
committed
Fix nuget fat package ‘version’
1 parent 46ee2c2 commit b388de3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nuget.cake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ var seedPackages = new [] {
118118
"Xamarin.Android.Support.Transition",
119119
"Xamarin.Android.Support.Vector.Drawable",
120120
"Xamarin.Android.Support.Wear",
121-
"Xamarin.Android.Support.Wearable",
121+
//"Xamarin.Android.Support.Wearable",
122122
"Xamarin.Android.Support.v13",
123123
"Xamarin.Android.Support.v14.Preference",
124124
"Xamarin.Android.Support.v17.Leanback",
@@ -564,6 +564,7 @@ Task("PackNuGets")
564564
var nuspec = GetFiles($"{version.Dir}/*.nuspec").FirstOrDefault();
565565
Information($"Packing {nuspec}...");
566566
NuGetPack(nuspec, new NuGetPackSettings {
567+
Version = version.Ver.ToString(),
567568
BasePath = nuspec.GetDirectory(),
568569
OutputDirectory = outputPath
569570
});

0 commit comments

Comments
 (0)