jonathanpeppers / boots

boots is a .NET global tool for "bootstrapping" vsix & pkg files. Just "boots https://url/to/your/package"!
MIT License
86 stars 9 forks source link

[actions] use setup-dotnet #52

Closed jonathanpeppers closed 4 years ago

jonathanpeppers commented 4 years ago

This way we aren't using dotnet-install.sh ourselves, it appears to be failing now:

--2020-10-26 14:47:11--  https://dot.net/v1/dotnet-install.sh
Resolving dot.net (dot.net)... 40.113.200.201, 13.77.161.179, 104.215.148.63, ...
Connecting to dot.net (dot.net)|40.113.200.201|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://dotnet.microsoft.com/download/dotnet-core/scripts/v1/dotnet-install.sh [following]
--2020-10-26 14:47:12--  https://dotnet.microsoft.com/download/dotnet-core/scripts/v1/dotnet-install.sh
Resolving dotnet.microsoft.com (dotnet.microsoft.com)... 13.107.246.10
Connecting to dotnet.microsoft.com (dotnet.microsoft.com)|13.107.246.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 36458 (36K) [application/x-sh]
Saving to: ‘dotnet-install.sh’

     0K .......... .......... .......... .....                100% 90.5M=0s

2020-10-26 14:47:12 (90.5 MB/s) - ‘dotnet-install.sh’ saved [36458/36458]

##[error]Process completed with exit code 22.