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
The behavior of dotnet tool install --global $packagename$ --prerelease has also changed and it does not update the package to the latest version as before, I think this is related to this bug
Initial issue: #43089
The behavior of
dotnet tool install --global $packagename$ --prerelease
has also changed and it does not update the package to the latest version as before, I think this is related to this bugSteps to reproduce:
dotnet tool install --global autosdk.cli --version 0.27.1-dev.43
dotnet tool update autosdk.cli --global --prerelease
The second step is wrong because there is a newer prerelease version here
The text was updated successfully, but these errors were encountered: