-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet tool restore --interactive hangs forever #24220
Comments
Looking at the code, it looks like the Also, it doesn't currently use |
I haven't dug into the code for this issue, but I just did a basic test. PS C:\Workspace\ToolTest> dotnet new tool-manifest
The template "Dotnet local tool manifest file" was created successfully.
PS C:\Workspace\ToolTest> dotnet tool restore --interactive
Restore was successful.
PS C:\Workspace\ToolTest> dotnet tool restore
Restore was successful. Trying both restore with |
Seems ok now, I'm on a newer sdk:
|
If the issue comes up again, let us know so I reopen the issue. For now, I'm closing it. Thanks. |
For those who hit this in the future... |
Description
Running
dotnet tool restore --interactive
does not prompt for user input with the azure artifacts credential provider whiledotnet restore --interactive
does. Is there an issue with interactive mode ondotnet tool restore
?Configuration
Regression?
Other information
The text was updated successfully, but these errors were encountered: