-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[wasm] Add workaround for msbuild issue in tests #75743
Conversation
.. which causes it to crash. The issue is described in dotnet/sdk#26965 besides other issues. This can be removed once the sdk has a fix for this.
Tagging subscribers to 'arch-wasm': @lewing Issue Details.. which causes it to crash. The issue is described in dotnet/sdk#26965 besides other issues. This can be removed once the sdk has a fix for this.
|
/azp run runtime-wasm-perf |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The failing test looks like #75606 |
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3114802206 |
@karelz @marcpopMSFT @carlossanlop this was merged in main 6 days ago, do we have any of the msbuild failures in main after that? |
cc @rokonec |
This reverts commit 2e18999.
.. which causes it to crash. Issue - #74328 .
This can be removed once the sdk has a fix for this.