Publishing Umbraco Website
k
Hello When I publish a solution in VS, I get all the languages folder like: es, fr, cs, and runtimes folder. Do I need to copy them too when I update my website? The 1st time I take the published site, I take it ALL. Now let's say that I changed some code and edited some views. Do I need to copy those language folder and runtimes? Oh, and when I publish a solution with VS, i choose portable as target runtime. Is it ok? Thank you
h
> Do I need to copy them too when I update my website?
only if they have changed
I use WInSCP to FTP my files to the server, it has a synchronise function which just uploads files that have changed
> and when I publish a solution with VS, i choose portable as target runtime. > Is it ok? Yes
k
what is changing in those language and runtimes folder? how do I create a change in them? what actually are they? 🙂
h
they are the .netcore runtime assemblies, generally they will not change but depending on other package dependencies they might
7 Views