What are the differences between aspnetcidev and aspnetvnext?
I see that aspnetcidev says "quick builds", but what does this mean?
Jan 29, 2016 edit:
This information is now part of the ASP.NET wiki: https://github.com/aspnet/Home/wiki/NuGet-feeds
The ASP.NET build system uses 3 myget
feeds for each branch + nuget.org
.
aspnetvolatile<branch>
(aspnetvolatiledev
/aspnetvolatilerelease
)aspnetci<branch>
(aspnetcidev
/aspnetcirelease
)aspnetvnext
(dev branch)/aspnetrelease
(release branch)After each repo under github.com/aspnet builds successfully, each package produced by it is pushed to the corresponding volatile feed.
After the graph of repos is build, we trigger the Coherence build. This build verifies that the packages have matching versions and their references are correct (that they are coherent). Then, it pushes them to aspnetci<branch>
.
Once the Coherence
build passes, we run all our tests on the packages in the aspnetci<branch>
feed. If the tests pass, we sign the packages and ship them to aspnetvnext
or aspnetrelease
So the differences are:
aspnetvolatile<branch>
aspnetci<branch>
aspnetvnext
/ (aspnetrelease
|nuget.org
)
Once the aspnetcirelease
feed is stable, we push the packages from it to nuget.org
.
Unless you work on developing new features for ASP.NET, I recommend that you use aspnetvnext
(for dev bits) or nuget.org
(for release bits). The release feed (aspnetrelease
) is just a staging feed and it's not always in a good shape.
Edit:
I think it's easier to understand from a table:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With