Skip to content
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

.NET version 4.5.1 - "httpStatusCode":404 #43

Closed
Rillke opened this issue Oct 14, 2019 · 1 comment · Fixed by #44
Closed

.NET version 4.5.1 - "httpStatusCode":404 #43

Rillke opened this issue Oct 14, 2019 · 1 comment · Fixed by #44

Comments

@Rillke
Copy link

Rillke commented Oct 14, 2019

The Matrix Testing example suggests you can use 4.5.1 as a dotnet-version. However, https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json does not list 4.5.1

10 dotnet-install: Payload URLs:
11 dotnet-install: Primary named payload URL: https://dotnetcli.azureedge.net/dotnet/Sdk/4.5.1/dotnet-sdk-4.5.1-win-x64.zip
12 dotnet-install: Legacy named payload URL: https://dotnetcli.azureedge.net/dotnet/Sdk/4.5.1/dotnet-dev-win-x64.4.5.1.zip
13 dotnet-install: Repeatable invocation: .\install-dotnet.ps1 -Version "4.5.1" -InstallDir "C:\Users\runneradmin\AppData\Local\Microsoft\dotnet" -Architecture "x64"
14 Could Not Download https://dotnetcli.azureedge.net/dotnet/Sdk/4.5.1/dotnet-sdk-4.5.1-win-x64.zip {"httpStatusCode":404}
15 Could Not Download https://dotnetcli.azureedge.net/dotnet/Sdk/4.5.1/dotnet-dev-win-x64.4.5.1.zip {"httpStatusCode":404}
@ZEisinger
Copy link
Contributor

Thanks for calling this out. This action is intended to be used for setting up the dotnet core cli, but the readme is unclear since it uses a valid framework version number. Opening a PR to clean this up.

ZEisinger pushed a commit that referenced this issue Oct 21, 2019
Makes the README more clear about environment being set-up and gives valid examples of versions that can be installed.

Fixes #43
ZEisinger pushed a commit that referenced this issue Oct 24, 2019
Update README to show real matrix examples

Fixes #43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants