We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
have a solution with test projects, clean it.
run
$env:DOTNET_CLI_TESTINGPLATFORM_ENABLE=1; dotnet test -bl
Only restore runs and there are no tests.
Tests run on subsequent run.
test solution is built and all tests run no matter if there was a cleanup before.
tests don't run
binlog of each project in the clean run:
on clean project.zip
on subsequent run.zip
The text was updated successfully, but these errors were encountered:
sdk is modded like this to work around issue with producing just single binlog of all projects.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Steps To Reproduce
have a solution with test projects, clean it.
run
Only restore runs and there are no tests.
Tests run on subsequent run.
Expected behavior
test solution is built and all tests run no matter if there was a cleanup before.
Actual behavior
tests don't run
Additional context
binlog of each project in the clean run:
on clean project.zip
on subsequent run.zip
The text was updated successfully, but these errors were encountered: