-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate distribution methods (e.g. ClickOnce) #8
Comments
Consider Squirrel for auto-updates instead of ClickOnce, and Chocolatey for first-time install. |
@Thieum thanks for the suggestions. Why would you recommend those over ClickOnce which takes care of both tasks at once? |
@drewnoakes ClickOnce is embed in the build process, which means a specific full build to create the clickonce setup, instead of just taking the output of the build and packaging it in a separate task. And also the signing part which is annoying in ClickOnce. Not sure .net core 3.0 will support click once out of the box either. As for Chocolatey, It's just make it easier for dev machine setup automation, and adds to the discoverability of the tool. Unless you consider the windows store as an alternative :) (I mean, you could, Nuget Package Explorer is there) |
Regardless of the distribution method chosen, can you please keep a zip drop? Those are useful for us. Perhaps investigate the logic used by ILSpy (https://github.com/icsharpcode/ILSpy)? They still zip deploy but have an update checker which is useful. |
No description provided.
The text was updated successfully, but these errors were encountered: