-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Build race condition in Microsoft.NET.WebAssembly.Webcil.dll #89987
Comments
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue Details
Build InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=362728 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "Microsoft.NET.WebAssembly.Webcil.dll' because it is being used by another process.",
"ErrorPattern": "",
"BuildRetry": true,
"ExcludeConsoleLog": false
}
|
Fixes #89987 Repo task projects need to reside under src/tasks as the TasksConfiguration property applies to these projects. By having a referenced task project outside of src/tasks, it's easy to get binclashes because of a project being built for different configurations (Debug vs Release).
Fixes #89987 Repo task projects need to reside under src/tasks as the TasksConfiguration property applies to these projects. By having a referenced task project outside of src/tasks, it's easy to get binclashes because of a project being built for different configurations (Debug vs Release).
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=362728
Build error leg or test failing: Build / windows-x64 Debug NativeAOT / Build product
Pull request: #89969
Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=362728
Error message validated:
Microsoft.NET.WebAssembly.Webcil.dll' because it is being used by another process.
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/4/2023 12:39:56 AM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: