I have a MVC project created using Visual Studio 2012. I'm trying to publish this using the same IDE (vs2012). The publish succeeded and everything seems fine with 1 succeeded, 0 failed and 0 skipped
publish status.
Problem is, one of the file, a .cshtml
, wasn't copied. There wasn't any much difference with the other files. I checked its properties and it was the same with the others. I checked it in the project file (.csproj
) and it was included there. Then why it isn't copied/published? Any help would be appreciated.