I have managed to get my NUnit tests running on my local machine fine with dotnet core but I'm at a loss as to how to get them running on my VSTS build server despite much google hunting.
I have found detailed instructions on using nuget package installed test adapters to run NUnit tests but these packages won't install in the dotnet core projects due to compatibility issues.
Can anyone advise or am I doomed to a life of MSTest?