Appveyor/Deployment of Umbraco Project and all the folders
I've added Umbraco as a nuget package, all works well except I can't determine how to setup appveyor/msdeploy to include the umbraco and umbraco_client projects after a nuget restore.. Just curious if anyone else is using appveyor for umbraco projects.
I ended up having to manually ftp the folders which isn't really how I wanted to solve this.
I ended up doing the following to copy the umbraco and umbracofiles folders. I may add the AppBrowsers. The config files are checked in. Hopefully this helps someone else if they want to use something like appveyor to webdeploy to their server from a webproject without having to source control the nuget dependencies.
Add this towards the bottom of the .csproj taking note of which version of umbraco. There might be a better way to get the umbraco version:
Appveyor/Deployment of Umbraco Project and all the folders
I've added Umbraco as a nuget package, all works well except I can't determine how to setup appveyor/msdeploy to include the umbraco and umbraco_client projects after a nuget restore.. Just curious if anyone else is using appveyor for umbraco projects.
I ended up having to manually ftp the folders which isn't really how I wanted to solve this.
I ended up doing the following to copy the umbraco and umbracofiles folders. I may add the AppBrowsers. The config files are checked in. Hopefully this helps someone else if they want to use something like appveyor to webdeploy to their server from a webproject without having to source control the nuget dependencies.
Add this towards the bottom of the .csproj taking note of which version of umbraco. There might be a better way to get the umbraco version:
is working on a reply...