Using --jsonfile
switch of dotnet-install.sh
fails with some roll forward policy
#71
Labels
duplicate
This issue or pull request already exists
I have a project with the following
global.json
:Using
dotnet-install.sh
with the--jsonfile
option produces an invalid download URL of the form:https://dotnetcli.azureedge.net/dotnet/Sdk/3.1.101rollForward:latestFeature/dotnet-sdk-3.1.101rollForward:latestFeature-linux-musl-x64.tar.gz
The problem is the
3.1.101rollForward:latestFeature
path component of the URL.Steps to reproduce in a Docker container running Alpine Linux 3.9:
The text was updated successfully, but these errors were encountered: