-
Notifications
You must be signed in to change notification settings - Fork 470
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
Include include-prerelease option to be able to match latest prerelease versions #110
Include include-prerelease option to be able to match latest prerelease versions #110
Conversation
So @ZEisinger, I'm not sure how would be the best way to test this since the .NET versions fetching isn't deterministic in tests and 5.0 isn't going to be in prerelease for much longer... |
When'll this pull request merged? Really hope for this great feature |
I don't know... At this point I'm just waiting on @ZEisinger |
This will probably fix #170 |
As I've said before, at this point I'm just waiting for the maintainers. That said, your issue in #170 is actually the issue I reported in #133 and can be fixed by using the full version: |
@GGG-KILLER , could you please update your branch from
|
I've updated my branch from main but it seems it didn't go as I expected. I think I'll restart from |
I've fixed my branch and ran I've also checked the redirects and I haven't seen an HTTPS to HTTP redirect. It seems to be a bug with
The redirect emitted on The issue is on the following code that doesn't account for relative URLs in the |
I've opened actions/http-client#38 to track the issue about the install script tests failing. |
FYI, I am no longer a maintainer of this repo. My personal recommendation is that the https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script#options |
The issue with the |
@ZEisinger , thank you for your help! As I see, |
So @vsafonkin, given that the build failures aren't related to my changes, can we merge this? |
cc: @maxim-lobanov |
@maxim-lobanov could we get this approved? The CI failure isn't related to my change and it's been 19 days... |
…eature/include-prerelease
Merge conflicts fixed and all checks passing. |
@GGG-KILLER , thank you for contribution and I am sorry that it took so much time to accept this PR. |
No problem, the important thing is that it did get merged! I'll be waiting for the release. If you can drop a comment in here notifying us when it is out it'd be nice so people watching this can know as well |
This is an implementation of the
includePrerelease
flag as discussed in #105.Fixes #105.