You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the "dotnet-install" command, I get the error "dotnet_install: Error: Unknown argument __channel". The issue can be worked around by manually modifying the dotnet-install.sh file and replacing "__channel" (two underscores) with "--channel" (two hyphens).
The issue appears to affect the "version" argument as well.
The text was updated successfully, but these errors were encountered:
* resolve an issue with the `--channel` argument in `dotnet-install`
* resolve an issue with the `--version` argument in `dotnet-install`
* add tests for `dotnet-install` and apply to macos build in circle-ci
Closes: #45
When running the "dotnet-install" command, I get the error "dotnet_install: Error: Unknown argument
__channel
". The issue can be worked around by manually modifying the dotnet-install.sh file and replacing "__channel" (two underscores) with "--channel" (two hyphens).The issue appears to affect the "version" argument as well.
The text was updated successfully, but these errors were encountered: