Clickonce deployment equivalent for Dotnet core applications

送分小仙女□ 提交于 2019-12-20 10:43:38

问题


We have a dotnet core console application which we want to use ClickOnce deployment. Mainly every time the user runs the application, it should check for update and update itself.

This was available by default with ClickOnce deployment in dotnetframework applications. Dotnet core provides Framework Dependent Deployment & Self Contained Deployment. But in both the case, updates have to manually pushed.

Please suggest how we can achieve ClickOnce deployment for dotnet core applications and if there is any tool available in the market to achieve the same.

来源:https://stackoverflow.com/questions/49899472/clickonce-deployment-equivalent-for-dotnet-core-applications

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!