I have an internal app that is deployed through ClickOnce
. We have 5 branches and our vpn lines between us are quite slow. I would like to explore the possibility of publishing my app to each of the 5 branch servers. My understanding of ClickOnce
is that my simplest approach will be to manually change my Publishing and Installation Folder for each instance. Is that correct? Is there a better way?
I see this post, here, but it doesn't address any issues I would face if I chose to deploy separately to each of our five branches.