currently I am using ClickOnce to publish my winform application. Is there a way to also support gradual publish functionality so that I can manage to send updates to certain client machines for testing purpose ?
Check for updates programmatically:
Set conditions to decide whether to update based on the user's version and local configuration.