Skip to content

dotnet tool restore doesn't make command available #30880

@CoenraadS

Description

@CoenraadS

Describe the bug

Libman is not available after dotnet tool restore

To Reproduce

.config/dotnet-tools.json

{
  "version": 1,
  "isRoot": true,
  "tools": {
    "microsoft.web.librarymanager.cli": {
      "version": "2.1.175",
      "commands": [
        "libman"
      ]
    }
  }
}
  1. Run dotnet tool restore
  2. Run dotnet libman => Output: Run "dotnet tool restore" to make the "libman" command available.

Further technical details

  • I attached log file, seems like it used sdk 7.0.102
    log.txt

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions