Skip to content

Conversation

@jonpryor
Copy link
Contributor

Change $(OutputPath) for api-xml-adjuster.csproj to be
bin/$(Configuration)/lib/mandroid instead of bin/$(Configuration).

This is more in keeping with the Xamarin.Android install structure.

Change $(OutputPath) for api-xml-adjuster.csproj to be
bin/$(Configuration)/lib/mandroid instead of bin/$(Configuration).

This is more in keeping with the Xamarin.Android install structure.
@dellis1972 dellis1972 merged commit f6f1506 into dotnet:master May 10, 2016
radical pushed a commit that referenced this pull request May 8, 2018
…utPath) (#27)

Copy nunit.framework.dll to $(OutputPath) for
Xamarin.Android.Tools.Bytecode-Tests so nunit.framework.dll can be
found when running "out of tree" nunit-console invocations:

    $ ANDROID_SDK_PATH=... mono \
        path/to/Java.Interop/packages/NUnit.Runners.2.6.3/tools/nunit-console.exe \
        path/to/Java.Interop/bin/TestDebug/Xamarin.Android.Tools.Bytecode-Tests.dll
    Can't find custom attr constructor image: path/to/Java.Interop/bin/TestDebug/Xamarin.Android.Tools.Bytecode-Tests.dll mtoken: 0x0a000017

...which makes me sad. :-(

Remove the %(Reference.Private) metadata so that nunit.framework.dll
is copied to $(OutputPath), fixing the above error.
@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants