excluding umbraco folders from Visual Studio 2015 publication
I need to exclude media, umbraco and umbraco_client folders from the publication of the project. These folders are rarely changed and I do not want to wait each time until they are copied during the publication on the FTP server.
Here is my config local.pubxml:
After that media folder is not published, but umbraco and umbracoclient folders still continue to copy in the process of publication. After that, I excluded umbraco and umbracoclient folders from the project, but it also does not solve the problem. Any ideas? :)
I have the exact same problem.
After having started a clean project and getting the umbraco package via Nuget it always publishes all folders in the viausal studio solution tree even though they are signaled as not included (White folder icons instead of the yellow ones)
See the last paragraph concerning Post installation.
I think this is a very dirty solution which breaks the Visual Studio "logic" of exclude/include project files: You can no longer trust the information in the VS GUI.
And when Umbraco breaks the above link keywords are:
add a target to your .pubxml
excluding umbraco folders from Visual Studio 2015 publication
I need to exclude media, umbraco and umbraco_client folders from the publication of the project. These folders are rarely changed and I do not want to wait each time until they are copied during the publication on the FTP server. Here is my config local.pubxml:
After that media folder is not published, but umbraco and umbracoclient folders still continue to copy in the process of publication. After that, I excluded umbraco and umbracoclient folders from the project, but it also does not solve the problem. Any ideas? :)
I have the exact same problem. After having started a clean project and getting the umbraco package via Nuget it always publishes all folders in the viausal studio solution tree even though they are signaled as not included (White folder icons instead of the yellow ones)
Found the solution: https://our.umbraco.org/documentation/Getting-Started/Setup/Install/install-umbraco-with-nuget
See the last paragraph concerning Post installation.
I think this is a very dirty solution which breaks the Visual Studio "logic" of exclude/include project files: You can no longer trust the information in the VS GUI. And when Umbraco breaks the above link keywords are: add a target to your .pubxml
is working on a reply...