-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add net10.0 known framework references #42969
Conversation
@dotnet/source-build-internal Could you take a look at the failures here?
|
Looking - this test verifies that the runtime packs are not being pulled from NuGet. When they are, they end up in the cache and the test fails. Based on this, Based on, dotnet/installer#16499 I think that @tmds may be the one who introduced some of the functionality into source-build that this test verifies. I also see dotnet/source-build#1215 as a related issue. @MichaelSimons @tmds - do either of you have thoughts on what may be causing this test to fail? |
I think this test is going to need to be disabled through the net10.0 transition period. A new issue should be opened to track the re-enablement. |
src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/WebScenarioTests.cs
Show resolved
Hide resolved
The error indicates that the SDK isn't finding a runtime pack that should be produced by the build. I don't know why this would stop working during bringup. I'm ok with disabling the test for some time, and perhaps it will resolve itself. |
No description provided.