question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

dotnet-install script failed to download from master

See original GitHub issue

Steps to reproduce

powershell.exe -ExecutionPolicy ByPass .\dotnet-install.ps1 -Channel master

Expected behavior

download the newest dotnet from master channel

Actual behavior

 
Member
DrewScoggins commented 36 minutes ago
[2020/01/09 21:41:06][INFO] dotnet-install: Downloading link: https://dotnetcli.azureedge.net/dotnet/Sdk/5.0.100-alpha.1/dotnet-sdk-5.0.100-alpha.1-win-x64.zip
[2020/01/09 21:41:08][INFO] dotnet-install: Cannot download: https://dotnetcli.azureedge.net/dotnet/Sdk/5.0.100-alpha.1/dotnet-sdk-5.0.100-alpha.1-win-x64.zip
[2020/01/09 21:41:08][INFO] dotnet-install: Downloading legacy link: https://dotnetcli.azureedge.net/dotnet/Sdk/5.0.100-alpha.1/dotnet-dev-win-x64.5.0.100-alpha.1.zip
[2020/01/09 21:41:10][INFO] dotnet-install: Cannot download: https://dotnetcli.azureedge.net/dotnet/Sdk/5.0.100-alpha.1/dotnet-dev-win-x64.5.0.100-alpha.1.zip```







Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
DrewScogginscommented, Jan 10, 2020

It should be working now. I think the problem is that this change hadn’t triggered a new build. Once that happens it seems like things are working again.

0reactions
sebastienroscommented, Jan 10, 2020

Thanks, the installation now works

Read more comments on GitHub >

github_iconTop Results From Across the Web

dotnet-install: Cannot download sdk Self hosted github ...
I have self-hosted github runner on my windows vm. It was working fine and suddenly I started getting: dotnet-install: Downloading link: ...
Read more >
dotnet-install scripts - .NET CLI
The install scripts do not update the registry on Windows. They just download the zipped binaries and copy them to a folder. If...
Read more >
how to install .net 7 via the command line on a Linux system?
I want to install dotnet 7 on a Linux agent in a CICD system (buildkite) as part of a script. This is batch...
Read more >
Installing .NET 6 on your M1 Mac (manually) - Maarten Merken
In this short article, I'll show you how to uninstall any previous dotnet versions on your M1 Mac and install the latest .NET...
Read more >
Using PowerShell to install the latest .NET Core 2 preview
I've been living on the bleeding edge and programming with the .NET Core 2 preview, which lives at https://github.com/dotnet/cli.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found