forked from dotnet/android
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Xamarin.Android.Build.Tasks] Don't package reference assemblies (dot…
…net#706) Fixes: https://bugzilla.xamarin.com/show_bug.cgi?id=57342 The investigation in the bug suggests that we are picking up a reference assembly rather than a the actual implementation. This is to do with the way netstandard nuget packages work, they include both `ref` and `lib` folders. In this case `ref` was being included in the package rather than `lib`. This commit alters the `_ResolveAssemblies` to use @(ReferenceCopyLocalPaths) This ItemGroup is populated with the correct items.
- Loading branch information
1 parent
ac05b8b
commit 8f2ae24
Showing
4 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters