I need to make configuration for run xUnit test that build only for x64 platform. How can I do that?
I found this article but it doesn't help. I've got
No test runs are available for this build.
Here are my properties in VSTS:
Test assemblies: **\*test*.dll !**\obj\**
Search folder: src/Modules
Test platform version: Visual Studio 2017
Build platform: x64
Build configuration: Release