I am trying to publish my MVC application in .NET core. I tried the File system, but it's missing all the View related files and throws error as soon as accessed.
After copying the view folder it started working . I am not sure If it's missing other web components also.
Edit your project and add
in xml file property group
this will force publishing the view files as .cshtml file as usual.
Note : precompiled views within dll is faster at runtime