Why does not create _contents folder at Net core with Ubuntu 20.04 LTS?

Hi, I confuse this situation.

My production enviroment use that Net Core 3.1, Blazor with Razen Blazor Component(Nuget Lastest).
Developent enviroment use production sames, but windows 10.

I publish with DotNet CLI, development enviroment create _content, Radzen Component in wwwroot
(dotnet publish -c Release -o ...)

But cant create file _content, Radzen Component in wwwroot at production enviroment.
only can create wwwroot file in project wwwroot folder.

why happen like situation? somebody help me ..TT

Hi @hyunseung,

You can check my reply in this thread: _content/Radzen.Blazor/Radzen.Blazor.js not found

Also, I aleardy use UseStaticWebAssets(), But it happend...