Skip to content

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

Merged
TravisEz13 merged 1 commit intoPowerShell:masterfrom
bergmeister:XunitTestRunner
Oct 10, 2018
Merged

Use dotnet test instead of dotnet xunit since the xunit runner has been deprecated#7980
TravisEz13 merged 1 commit intoPowerShell:masterfrom
bergmeister:XunitTestRunner

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

Comments