unoplatform / uno.templates

Uno Platform project templates
https://platform.uno/
Other
16 stars 9 forks source link

[Bug] Sdk Updater is pulling from Private feed #764

Closed dansiegel closed 1 week ago

dansiegel commented 2 weeks ago

Current behavior

For Dev Feed updates, the Sdk Updater is pulling versions that are included on the Private Feed.

See: #749 where the UnoCoreLoggingSingletonVersion was updated to an unreleased version.

Expected behavior

For Dev Feed updates, only the Private Sdk from the Uno repo should be pulled. All other packages should be available on NuGet.org. For Stable branch releases we need to pull from the Private feed since the Sdk Updates need to reference these prior to public release.

Affected platforms

No response

Template Host

dotnet new

Host OS

Windows

Template Options

n/a

Template Version

n/a

Anything else we need to know?

No response