Search code examples
xamarinnunitxamarin-test-cloudazure-pipelines

unable to find nunit assembly for xamarin test cloud in VSTS


Hi I am using VSTS for CI. For my Xamarin Android application during the build process it is trying to test the app on cloud, it's failing as it is not able to find nunit.framework.dll file in the project. I am using Nunit Version 2.6.4

The NuGets in the project are included in the output directory but still, I am getting the issue, can you please help me with it?

VSTS: Test Assembly Directory: Solution/Droid.UITests

Error: Unable to find the nunit.framework.dll in the assembly directory. In Xamarin Studio you may have to right-click on the nunit.framework reference and choose Local Copy for it to be included in the output directory.


Solution

  • I got it. I had to remove the old references from the solution's nuget package collection.