Commit 39e85c1
committed
[build] fix Novell/*.MonoDroid.*.targets copy during build
For a little while, our build has been copying three files to the root
of our build tree:
- Novell/MonoDroid.FSharp.targets
- Novell/Novell.MonoDroid.Common.targets
- Novell/Novell.MonoDroid.CSharp.targets
These files are copied to build output in the
Xamarin.Android.Build.Tasks project, but they should go in
`bin/$(Configuration)` not the root of the build tree.
While looking at binary log output, I noticed the
Xamarin.Android.Build.Tests project was doing the copy due to having a
`<ProjectReference />` to Xamarin.Android.Build.Tasks.
Adding `<Private>False</Private>` to the `<ProjectReference />` fixes
these files from being copied, and doesn't appear to have any other ill
effects.1 parent ef77024 commit 39e85c1
1 file changed
Lines changed: 1 addition & 0 deletions
File tree
- src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments