We are trying to unit test code using ArcGIS Desktop SDK installed via NuGet. When running the tests we get an error message complaining that the ArcGISRuntime deployment folder cannot be found. We tried
- setting the environment variable ArcGISRuntimeEnvironment.InstallPath
- adding the ArcGIS folder to the deployment path in the test settings
Both did not help. Installation of the SDK would probably help, but we are looking for a NuGet solution.
Does anybody have an idea what to do?