-
Notifications
You must be signed in to change notification settings - Fork 21
Description
In Aspire 13.1 we are reducing the number of interactive prompts for the aspire new, aspire add, and aspire update commands. The idea is that we will just use the default feeds (basically what is in NuGet.config) to locate packages.
You can still use the --channel argument to specify a channel, and if you have PR hives (generally only relevant to the dev team) then the pick list will show up since it`s hard to remember exactly what PR hives you have on your machine if you are testing lots of different builds.
We need to review the existing documentation in the repo so that if any documentation mentions using the daily builds that we callout that you need to use the --channel switch now.
This helps people avoid confusion when we prompt to add a package and it asks you for the channel which invites user error.