Deployement to Azure Static Apps #21032
-
I'm trying to publish my WinUI.TableView.SampleApp to Azure Static Apps. I copied GitHub workflow code from the Uno.Gallary. It builds with no issues but and able to publish it the Azure App. Due to some reason the published app is not working with an error in console. ![]() I even tried to run artifacts locally using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Thanks for the question. This error happens when incorrectly using the output of the dotnet publish output (you should use the contents of the See the contents of #20988, as the docs are not yet updated. |
Beta Was this translation helpful? Give feedback.
-
thanks for your quick response @jeromelaban. I may not fully understand your comment! |
Beta Was this translation helpful? Give feedback.
Thanks, you indeed published the right folder (
bin/Release/net9.0-browserwasm/publish/wwwroot
).If you get still this error, it means that the
wasm-tools
workload has not been installed and libskiasharp was not used to build the app (the first part of the doc update in #20988).