-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
dotnet publish fails when RunAOTCompilation is set to true #60274
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. |
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. |
FYI @radical |
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsDescribe the bugIn my docker container, the
To ReproduceCreate blazor wasm project with
<RunAOTCompilation>true</RunAOTCompilation> build the image See this repo: https://github.com/veertien/example-blazor-aot Exceptions (if any)
Further technical details
|
@veertien Could you please share the binlog? Run the build with |
@radical , attached is the msbuild.binlog you requested. |
@veertien thank you for the log! From the log:
Python is not installed, or not available in note to self: fix our targets to better surface the error from |
Installing python, and making sure that it is in Closing this based on the above, and opened an issue for surfacing the errors to the user - #61067 . |
Describe the bug
In my docker container, the
dotnet publish
command fails here:To Reproduce
Create blazor wasm project with
Add a Dockerfile with the dotnet 6 sdk
Update the Client project file to include:
build the image
See this repo: https://github.com/veertien/example-blazor-aot
Exceptions (if any)
Further technical details
The text was updated successfully, but these errors were encountered: