-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Update the readme for RC2. #1436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hi @glennc, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! The agreement was validated by .NET Foundation and real humans are currently evaluating your PR. TTYL, DNFBOT; |
<configuration> | ||
<packageSources> | ||
<clear /> | ||
<add key="AspNetCI" value="https://www.myget.org/F/aspnetcirelease/api/v3/index.json" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouoldn't this be aspnetrelease and not aspnetcirelease? My understanding is that aspnetcirelease contains untested packages...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or aspnetrc2
which has specifially the rc2 escrow packages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recommend aspnetrelease... aspnetrc2 can potentially go away.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Um, no, none of the above. Use aspnetvnext only. The aspnetrelease feed will be cleared out very soon once we release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also this is talking about nightly builds - I don't think we will keep updating aspnetrc2 feed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will change to aspnetvnext.
|
Fix comment, it's setting sign in scheme (old left-over from copy-paste?)
Can I get some reviews? @danroth27 @Eilon @shanselman
What feed should we actually ask people to use here?