You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[tests] Add missing copy command to MSBuild test targets (#209)
Context: https://github.com/xamarin/java.interop/blob/5cf61f5/Makefile#L149
When we ported the NUnit tests from `Makefile` to `MSBuild`, there was
a target missing that copies `libjava-interop.dylib` from `bin/Debug`
to `bin/TestDebug`. It went unnoticed on Windows, because these tests
are not passing yet there.
0 commit comments