-
Notifications
You must be signed in to change notification settings - Fork 132
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
[Poison] TestHost files are leaking to source-built SDK #2579
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
@omajid This seems like the most troublesome poison failure to me but I also think we can just delete these files out of the final Linux distribution and not lose any functionality (since these files don't even appear in the MSFT build). What do you think? |
If deleting these files keeps the SDK functional, that works for me. Should we look at a longer-term fix too, though? |
One thing that's not clear to me: once we get bootstrap fully functional and we have .NET building using a previously self-built .NET SDK, will something be building |
Yes, but I don't know that we'll have it ready for 6.0.100.
I believe this should be getting built out of vstest. I think the issue though is that we're including these in the SDK where the MSFT-built SDK does not (#2570), so really the resolution will just be to stop whatever is letting those files sneak in. |
Not an issue anymore after dotnet/installer#15347 |
i.e.,
dotnet-sdk-6.0.100-fedora.34-x64.tar.gz/sdk/6.0.100/testhost.x86
is byte-for-byte identical to the previously-source-built'sMicrosoft.TestPlatform.CLI.17.0.0.nupkg/contentFiles/any/net6.0/testhost.x86
.The text was updated successfully, but these errors were encountered: