Hi all, i'm using Visual Studio and have setup a project and using the NuGet package to install Umbraco 7.1.1 into that project. I've searched high and low but can't find a definitive answer for what folders/files must be included in the project for 1. Successfully deploying the project via One Click Publishing to a remote server and 2. For Team Foundation source control (so that if needed the project could be totally rebuilt and run for fresh)
Me too on the folder/file list, be nice to have that in writing.
I'm no expert but from my observations so far, it looks like VS publishing figures out the key bits, the App_xxx folders, bin, obj and umbracos, by itself. I've needed to manually include other important things I've added, assets, images, etc, but also things that get created by Umbraco inside folders, such as Views and media don't get automatically added, VS doesn't know what Umbraco is doing. If you're saving packages as part of your backup strategy, make sure you include/exclude the ones you want to go up to your live site.
Umbraco 7.1.1 and Team Foundation Server
Hi all, i'm using Visual Studio and have setup a project and using the NuGet package to install Umbraco 7.1.1 into that project. I've searched high and low but can't find a definitive answer for what folders/files must be included in the project for 1. Successfully deploying the project via One Click Publishing to a remote server and 2. For Team Foundation source control (so that if needed the project could be totally rebuilt and run for fresh)
Any help would be much appreciated :)
Me too on the folder/file list, be nice to have that in writing.
I'm no expert but from my observations so far, it looks like VS publishing figures out the key bits, the App_xxx folders, bin, obj and umbracos, by itself. I've needed to manually include other important things I've added, assets, images, etc, but also things that get created by Umbraco inside folders, such as Views and media don't get automatically added, VS doesn't know what Umbraco is doing. If you're saving packages as part of your backup strategy, make sure you include/exclude the ones you want to go up to your live site.
Info on the App_xx folders is here.
is working on a reply...