Uh oh!
There was an error while loading. Please reload this page.
[wasm] Don't use MS.Build.NoTargets SDK for runtime tests - #75939
Conversation
This will also avoid intermittent failures like dotnet#75391
ghost
commented
Sep 21, 2022
Tagging subscribers to this area: @directhex Issue DetailsThis will also avoid intermittent failures like #75391
|
radical
commented
Sep 23, 2022
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3116150518 |
ViktorHofer
commented
Sep 26, 2022
Were you able to root cause why the Microsoft.Build.NoTargets SDK caused problems? cc @jeffkl |
jeffkl
commented
Sep 26, 2022
It looks like an issue with the NuGet-based MSBuild project SDK resolver. This is tracked here: NuGet/Home#10935 And I'm actively working on major improvements to the resolver: NuGet/Home#11441 Not using NoTargets is a fine workaround in the meantime though, especially if you don't really need it. |
This will also avoid intermittent failures like #75391