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"
]
}
}
}
- Run
dotnet tool restore
- 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