NuGet / NuGet.Build.Packaging

The NuGetizer-3000 is here!
Other
70 stars 28 forks source link

Add workaround for Xamarin.Android 9.4 #172

Closed mrward closed 5 years ago

mrward commented 5 years ago

When building a .nuproj project that referenced a Xamarin.Android project _GetReferencedPackageContents would fail when Xamarin.Android 9.4 was installed with the error:

The "FilterAssemblies" task was not given a value for the required
parameter "DesignTimeBuild".

To workaround this the DesignTimeBuild property is set, if not already, and passed to the GetPackageContents.

kzu commented 5 years ago

I think this should be fixed upstream in XA

mrward commented 5 years ago

Updated to just set a hard coded value of false for DesignTimeBuild.