Enum ReleaseChannel
Release channels are used to determine which stream of release to install.
public enum ReleaseChannel
Fields
Alpha = 0- Alpha releases are the latest changes in the
mainbranch. Beta = 1- Beta releases are the latest changes in a release branch
release/v*. Stable = 2- Stable releases are specific releases in a release branch
release/v*.