So I just updated my app to use ASP.NET Core RC2. I published it using Visual Studio and noticed that my Area is not published:
This snapshot is from src\\MyProjec
src\\MyProjec
Adding Areas will copy everything including the .cs files.
so should add "Areas/**/Views/**/*.cshtml" and "Areas/ * /.cshtml" under publish options instead of only "Areas"
"Areas/**/Views/**/*.cshtml"
"Areas/ * /.cshtml"
"Areas"