You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
--wwwroot is the name of the directory in the project that will become the public folder in the packed image
--wwwoot-out is the name of the public folder in the packed image
If --wwroot-out is not specified then the value of --wwwroot is used.
Configuration setting for wwwroot also needs to exist. The setting would be used by VS and kpm pack to set the --wwwroot
The text was updated successfully, but these errors were encountered:
\mysite\project.json
\mysite
\mysite\wwwroot\index.htm
\mysite\wwwroot\favicon.ico
kpm pack --out --wwwroot-dst ""
/approot/src//approot/packages/ //index.htm //favicon.ico
Should have --wwwroot and --wwwroot-out
--wwwroot is the name of the directory in the project that will become the public folder in the packed image
--wwwoot-out is the name of the public folder in the packed image
If --wwroot-out is not specified then the value of --wwwroot is used.
Configuration setting for wwwroot also needs to exist. The setting would be used by VS and
kpm pack
to set the --wwwrootThe text was updated successfully, but these errors were encountered: