Describe the bug
With .NET 9 SDK installed, it should return that the tool was successfully installed when the tool was installed globally.
Reproduction Steps
- Install .NET 9: 9.0.100-alpha.1.23613.9 on a clean windows OS from https://github.com/dotnet/installer.
- Run dotnet tool install -g dotnet-ef
- Observe
Expected behavior
It should return Tool was successfully installed.

Actual Result:
No successful installation information was returned

Note:
It is also repro on Linux and mac.