Open
Description
Minimal repro steps
-
Copy paste the below contents in libman.json file and save:
{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"provider": "cdnjs",
"library": "[email protected]",
"destination": "bin/"
}
]
} -
This invokes restore operation, but the folder-bin is not included in the project
Expected result
Newly added folder/files should be included in the project
Actual result
Newly added folder/files should are not included in the project
Note: I see the same behavior when add client side libraries is invoked from UI. Looks like if folder is outside wwwroot, files don't get included in the project