We have users of an app that need to work with a production version and sometimes test a beta version. How can such a user change channels?
With running the setup for the other channel I guess?
But what about this:
|
var snapChannel = _snapApp.GetCurrentChannelOrThrow(); |
Why hardcode to the current release? Could you provide the channel as an optional parameter with default=current?
We have users of an app that need to work with a production version and sometimes test a beta version. How can such a user change channels?
With running the setup for the other channel I guess?
But what about this:
snapx/src/Snap/Core/SnapUpdateManager.cs
Line 266 in 03a5f30
Why hardcode to the current release? Could you provide the channel as an optional parameter with default=current?