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
Running project from #4682 leads to dll conflicts. Those conflicts are reported from msbuild but not to screen as errors. Leading to successful run.
$env:DOTNET_CLI_TESTINGPLATFORM_ENABLE=1; dotnet test -bl
When there is build failure all projects should be reported, and run should fail.
Errored projects fail to run, but only successfuly built projects are reported and tests pass.
The text was updated successfully, but these errors were encountered:
nohwnd
Successfully merging a pull request may close this issue.
Describe the bug
Running project from #4682 leads to dll conflicts. Those conflicts are reported from msbuild but not to screen as errors. Leading to successful run.
Steps To Reproduce
$env:DOTNET_CLI_TESTINGPLATFORM_ENABLE=1; dotnet test -bl
Expected behavior
When there is build failure all projects should be reported, and run should fail.
Actual behavior
Errored projects fail to run, but only successfuly built projects are reported and tests pass.
Additional context
The text was updated successfully, but these errors were encountered: