NightOwl888 opened a new pull request, #638:
URL: https://github.com/apache/lucenenet/pull/638

   There were a couple of issues with the testing strategy for x86:
   
   1. x86 is not supported on Linux or macOS on .NET Core.
   2. The .NET Core x86 tests were failing to run.
   
   The Azure DevOps agents [require a `performMultiLevelLookup` parameter set 
to `true` to run 
x86](https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/dotnet-core-tool-installer?view=azure-devops),
 which we weren't providing.
   
   This fixes the build to pass the parameter in case of x86 on Windows, and 
removes all of the test configs for x86 on macOS/Linux.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to