sec / dotnet-core-freebsd-source-build

Collection of script to build .NET Core under FreeBSD OS (with binary releases)
MIT License
53 stars 4 forks source link

nuget list update? #4

Closed lukeb1961 closed 3 years ago

lukeb1961 commented 3 years ago

Question: should your nuget_list.txt refer to the rtm pkgs? Or is that only for RC builds? Or does it need just rc1? Wondering how it works.

sec commented 3 years ago

Hey - take a look at, for example this one - https://github.com/dotnet/runtime/blob/4822e3c3aa77eb82b2fb33c9321f923cf11ddde6/eng/Versions.props#L76 - some nuget's are swaped with patch for rc-1 ones (as we don't have all previous nugets generated) - right now, rc-1 are fine (if you want you can switch them to rc-2 and download them inside nuget directory - it's used during runtime build on some steps). The way it is now, should be fine - from what I can see RTM is still using rc-1 one where not patched :)