-
Notifications
You must be signed in to change notification settings - Fork 256
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
NuGet.Client build.sh is broken #10139
Comments
@tmds do you have |
It's a warning that may be ignored, see dotnet/install-scripts#6. This is the error:
|
It looks like this script has been a bit neglected. That version of dotnet core is no longer supported.
|
Thanks for the pointers. A maintained |
I am facing same issue while trying to build nuget client. A couple of questions before giving up on the build.sh.
I tried [2] and it did proceed further but only to fail later.
Failure logs:
|
Ah! My bad. I did not go through build.sh enough. I believe there was a requirement to fetch older dotnet version towards bootstrapping. So, my comment earlier is incorrect but the issue still stands. |
I would argue that, worse, it prevents contributions, especially the drive-by kind. I have some fixes for NuGet.Client but I have no idea how to build/test it given that the obvious choice |
I get:
|
./build.sh
fails when trying to install .NET Core 1.1:The text was updated successfully, but these errors were encountered: