dn-vm / dnvm

dnvm is a command-line interface for installing and updating different dotnet SDKs
https://dnvm.net
MIT License
59 stars 8 forks source link

Fix tracking channels with no builds #137

Closed agocke closed 7 months ago

agocke commented 7 months ago

It's common for some channels (e.g., preview) to not have builds for a period of time when the previous channel has gone out of support, but the new one has not had any releases yet. Tracking shouldn't depend on installing an SDK, so there's no reason we can't allow tracking to proceed.

Fixes #135