Skip to content

Use dotnet test instead of dotnet xunit since the xunit runner has been deprecated #7980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 10, 2018

Conversation

bergmeister
Copy link
Contributor

PR Summary

The dotnet xunit test runner has been deprecated and will not work with future version of .Net Core.
Replace it with dotnet test instead using the equivalent set of test options and add NuGet package for test adapter to still produce test results file in Xunit format.
Fix existing pre-test cleanup code that did not work as it was run BEFORE the working directory was set.
This was discussed/agreed in PR #7961 by @TravisEz13

PR Checklist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants